Make WordPress Core

Ticket #36907: 36907.2.diff

File 36907.2.diff, 611 bytes (added by SergeyBiryukov, 3 years ago)
  • src/wp-includes/class-wp-query.php

     
    32633263                                                'post__in'               => $sticky_posts,
    32643264                                                'post_type'              => $post_type,
    32653265                                                'post_status'            => 'publish',
     3266                                                'nopaging'               => true,
    32663267                                                'suppress_filters'       => $q['suppress_filters'],
    32673268                                                'cache_results'          => $q['cache_results'],
    32683269                                                'update_post_meta_cache' => $q['update_post_meta_cache'],