Changeset 39977
- Timestamp:
- 01/26/2017 02:11:16 PM (9 years ago)
- Location:
- branches/4.5
- 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.5
-
branches/4.5/src/wp-admin/includes/class-wp-posts-list-table.php
r36926 r39977 912 912 913 913 if ( ! is_post_type_hierarchical( $this->screen->post_type ) && 'excerpt' === $mode && current_user_can( 'read_post', $post->ID ) ) { 914 the_excerpt();914 echo esc_html( get_the_excerpt() ); 915 915 } 916 916
Note: See TracChangeset
for help on using the changeset viewer.