Ticket #15125: 15125.patch
File 15125.patch, 1.5 KB (added by , 14 years ago) |
---|
-
wp-admin/includes/nav-menu.php
13 13 * @since 3.0.0 14 14 * 15 15 * @param string $output Passed by reference. 16 * @param int $depth Depth of page.17 16 */ 18 17 function start_lvl(&$output) {} 19 18 … … 22 21 * @since 3.0.0 23 22 * 24 23 * @param string $output Passed by reference. 25 * @param int $depth Depth of page.26 24 */ 27 25 function end_lvl(&$output) { 28 26 } … … 34 32 * @param string $output Passed by reference. Used to append additional content. 35 33 * @param object $item Menu item data object. 36 34 * @param int $depth Depth of menu item. Used for padding. 37 * @param int $current_page Menu item ID.38 35 * @param object $args 39 36 */ 40 37 function start_el(&$output, $item, $depth, $args) { … … 218 215 * @param string $output Passed by reference. Used to append additional content. 219 216 * @param object $item Menu item data object. 220 217 * @param int $depth Depth of menu item. Used for padding. 221 * @param int $current_page Menu item ID.222 218 * @param object $args 223 219 */ 224 220 function start_el(&$output, $item, $depth, $args) { … … 1102 1098 * 1103 1099 * @since 3.0.0 1104 1100 * 1105 * @param string $menu_item_id The ID of the menu item to format.1106 1101 * @return string|WP_Error $output The menu formatted to edit or error object on failure. 1107 1102 */ 1108 1103 function wp_nav_menu_manage_columns() {