]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-wp-posts-list-table.php
WordPress 4.6.3-scripts
[autoinstalls/wordpress.git] / wp-admin / includes / class-wp-posts-list-table.php
index 7ef790e31a252f0e06d7ed98b72e599eab1785d0..39c2d682680cf5ef7d284d8e242a8685be37bf14 100644 (file)
@@ -939,7 +939,7 @@ class WP_Posts_List_Table extends WP_List_Table {
                }
 
                if ( ! is_post_type_hierarchical( $this->screen->post_type ) && 'excerpt' === $mode && current_user_can( 'read_post', $post->ID ) ) {
-                       the_excerpt();
+                       echo esc_html( get_the_excerpt() );
                }
 
                get_inline_data( $post );