- Timestamp:
- 05/30/2014 04:58:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r28493 r28629 270 270 $posts_columns['title'] = _x( 'Title', 'column name' ); 271 271 272 if ( post_type_supports( $post_type, 'author' ) ) 272 if ( post_type_supports( $post_type, 'author' ) ) { 273 273 $posts_columns['author'] = __( 'Author' ); 274 275 $taxonomies = array(); 274 } 276 275 277 276 $taxonomies = get_object_taxonomies( $post_type, 'objects' );
Note: See TracChangeset
for help on using the changeset viewer.