Changeset 39970
- Timestamp:
- 01/26/2017 02:08:58 PM (8 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-admin/includes/class-wp-posts-list-table.php
r38024 r39970 940 940 941 941 if ( ! is_post_type_hierarchical( $this->screen->post_type ) && 'excerpt' === $mode && current_user_can( 'read_post', $post->ID ) ) { 942 the_excerpt();942 echo esc_html( get_the_excerpt() ); 943 943 } 944 944
Note: See TracChangeset
for help on using the changeset viewer.