Ticket #56100: 56100.patch
| File 56100.patch, 565 bytes (added by , 4 years ago) |
|---|
-
src/wp-admin/includes/class-wp-posts-list-table.php
diff --git a/src/wp-admin/includes/class-wp-posts-list-table.php b/src/wp-admin/includes/class-wp-posts-list-table.php index 4e7dad18c738bc5ec50414359f56f56d3587b941..abd89998dc71152c73779c014cc59307a5e9f56c 100644
a b class WP_Posts_List_Table extends WP_List_Table { 764 764 $posts = $wp_query->posts; 765 765 } 766 766 767 update_post_author_caches( $posts ); 768 767 769 add_filter( 'the_title', 'esc_html' ); 768 770 769 771 if ( $this->hierarchical_display ) {