Changeset 48100 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 06/19/2020 10:53:54 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/nav-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r47808 r48100 1024 1024 * 1025 1025 * @param int $menu_id Optional. The ID of the menu to format. Default 0. 1026 * @return string|WP_Error $outputThe menu formatted to edit or error object on failure.1026 * @return string|WP_Error The menu formatted to edit or error object on failure. 1027 1027 */ 1028 1028 function wp_get_nav_menu_to_edit( $menu_id = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.