Ticket #30540: 30540.patch
| File 30540.patch, 465 bytes (added by , 11 years ago) |
|---|
-
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 The ID of the menu to format. 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 ) {