Changes between Initial Version and Version 1 of Ticket #17620, comment 4
- Timestamp:
- 05/30/2011 06:11:06 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17620, comment 4
initial v1 3 3 {{{ 4 4 $filtered = array(); 5 foreach ( get_post_types() as $post_type ) {5 foreach ( get_post_types() as $post_type ) { 6 6 if ( post_type_supports( $post_type, 'title' ) ) { 7 7 $filtered[] = $post_type;