Completed
Pull Request — master (#27)
by
unknown
02:13
created
includes/wp-api-menus-v2.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
          *
174 174
          * @since  1.2.0
175 175
          * @param  $menu_items
176
-         * @param  $parent
176
+         * @param  integer $parent
177 177
          * @return array
178 178
          */
179 179
         private function nested_menu_items( &$menu_items, $parent = null ) {
Please login to merge, or discard this patch.
includes/wp-api-menus-v1.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,6 @@
 block discarded – undo
136 136
 		 * Get a menu rendered in html.
137 137
 		 *
138 138
 		 * @since  1.0.0
139
-		 * @param  int   $id ID of the menu
140 139
 		 * @return array Menu data
141 140
 		 */
142 141
 		public function get_menu_html( $menu_id ) {
Please login to merge, or discard this patch.