Changeset 32749
- Timestamp:
- 06/13/2015 02:41:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r32742 r32749 769 769 } 770 770 771 if ( ! $this->hierarchical_display&& 'excerpt' == $mode && current_user_can( 'read_post', $post->ID ) ) {771 if ( ! is_post_type_hierarchical( $this->screen->post_type ) && 'excerpt' == $mode && current_user_can( 'read_post', $post->ID ) ) { 772 772 the_excerpt(); 773 773 }
Note: See TracChangeset
for help on using the changeset viewer.