Changeset 39956
- Timestamp:
- 01/26/2017 01:40:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r39917 r39956 957 957 958 958 if ( ! is_post_type_hierarchical( $this->screen->post_type ) && 'excerpt' === $mode && current_user_can( 'read_post', $post->ID ) ) { 959 the_excerpt();959 echo esc_html( get_the_excerpt() ); 960 960 } 961 961
Note: See TracChangeset
for help on using the changeset viewer.