Changeset 13045
- Timestamp:
- 02/10/2010 05:41:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r13009 r13045 3597 3597 3598 3598 // Add custom post types 3599 foreach ( get_post_types( array(' _show' => true) ) as $post_type )3599 foreach ( get_post_types( array('show_ui' => true) ) as $post_type ) 3600 3600 $columns[$post_type] = 2; 3601 3601
Note: See TracChangeset
for help on using the changeset viewer.