Ticket #30540: 30540.2.patch
File 30540.2.patch, 547 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/includes/nav-menu.php
1148 1148 * 1149 1149 * @since 3.0.0 1150 1150 * 1151 * @param string $menu_id The ID of the menu to format.1151 * @param int $menu_id Optional. The ID of the menu to format. Default 0. 1152 1152 * @return string|WP_Error $output The menu formatted to edit or error object on failure. 1153 1153 */ 1154 1154 function wp_get_nav_menu_to_edit( $menu_id = 0 ) {