Changeset 39990
- Timestamp:
- 01/26/2017 03:11:53 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-admin/includes/class-wp-posts-list-table.php
r39210 r39990 956 956 957 957 if ( ! is_post_type_hierarchical( $this->screen->post_type ) && 'excerpt' === $mode && current_user_can( 'read_post', $post->ID ) ) { 958 the_excerpt();958 echo esc_html( get_the_excerpt() ); 959 959 } 960 960
Note: See TracChangeset
for help on using the changeset viewer.