Changeset 39984
- Timestamp:
- 01/26/2017 02:15:04 PM (9 years ago)
- Location:
- branches/4.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/class-wp-posts-list-table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2
-
branches/4.2/src/wp-admin/includes/class-wp-posts-list-table.php
r32011 r39984 751 751 } 752 752 753 if ( ! $this->hierarchical_display && 'excerpt' == $mode && current_user_can( 'read_post', $post->ID ) ) 754 the_excerpt(); 753 if ( ! $this->hierarchical_display && 'excerpt' == $mode && current_user_can( 'read_post', $post->ID ) ) { 754 echo esc_html( get_the_excerpt() ); 755 } 755 756 756 757 $actions = array();
Note: See TracChangeset
for help on using the changeset viewer.