Changeset 39986
- Timestamp:
- 01/26/2017 02:18:23 PM (9 years ago)
- Location:
- branches/4.0
- 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.0
-
branches/4.0/src/wp-admin/includes/class-wp-posts-list-table.php
r29707 r39986 653 653 } 654 654 655 if ( ! $this->hierarchical_display && 'excerpt' == $mode && current_user_can( 'read_post', $post->ID ) ) 656 the_excerpt(); 655 if ( ! $this->hierarchical_display && 'excerpt' == $mode && current_user_can( 'read_post', $post->ID ) ) { 656 echo esc_html( get_the_excerpt() ); 657 } 657 658 658 659 $actions = array();
Note: See TracChangeset
for help on using the changeset viewer.