Changeset 53222 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 04/19/2022 03:57:57 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r53220 r53222 993 993 * @return object The post type or taxonomy object. 994 994 */ 995 function _wp_nav_menu_meta_box_object( $ item_object = null ) {995 function _wp_nav_menu_meta_box_object( $data_object = null ) { 996 996 if ( isset( $data_object->name ) ) { 997 997
Note: See TracChangeset
for help on using the changeset viewer.