Changeset 46821 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 12/06/2019 10:21:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r46662 r46821 220 220 * @since 3.0.0 221 221 * 222 * @param object $meta_box_objectThe current object to add a menu items223 * meta box for.222 * @param WP_Post_Type|false $post_type The current object to add a menu items 223 * meta box for. 224 224 */ 225 225 $post_type = apply_filters( 'nav_menu_meta_box_object', $post_type );
Note: See TracChangeset
for help on using the changeset viewer.