Changeset 35844
- Timestamp:
- 12/09/2015 04:16:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r35461 r35844 1202 1202 } 1203 1203 1204 $view_mode_post_types = get_post_types( array( 'hierarchical' => false, 'show_ui' => true ) ); 1205 1204 1206 /** 1205 1207 * Filter the post types that have different view mode options. … … 1210 1212 * Default hierarchical post types with show_ui on. 1211 1213 */ 1212 $view_mode_post_types = get_post_types( array( 'hierarchical' => false, 'show_ui' => true ) );1213 1214 $view_mode_post_types = apply_filters( 'view_mode_post_types', $view_mode_post_types ); 1214 1215
Note: See TracChangeset
for help on using the changeset viewer.