Make WordPress Core

Ticket #56100: 56100.2.patch

File 56100.2.patch, 552 bytes (added by thakkarhardik, 2 years ago)

Updated Patch

  • 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..69169f24d2686730d3b8adff2dc99722f3e8b19d 100644
    a b class WP_Posts_List_Table extends WP_List_Table { 
    762762
    763763                if ( empty( $posts ) ) {
    764764                        $posts = $wp_query->posts;
     765                        update_post_author_caches( $posts );
    765766                }
    766767
    767768                add_filter( 'the_title', 'esc_html' );