Changeset 13714 for trunk/wp-admin/includes/nav-menu.php
- Timestamp:
- 03/16/2010 04:34:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/nav-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/nav-menu.php
r13704 r13714 150 150 */ 151 151 function wp_nav_menu_item_post_type_metabox( $object, $post_type ) { 152 $args = array( 'post_type' => $post_type['args']->name, );152 $args = array( 'post_type' => $post_type['args']->name, 'post_status' => 'publish' ); 153 153 154 154 if ( 'attachment' == $post_type['args']->name )
Note: See TracChangeset
for help on using the changeset viewer.