Ticket #36907: 36907.2.diff
File 36907.2.diff, 611 bytes (added by , 3 years ago) |
---|
-
src/wp-includes/class-wp-query.php
3263 3263 'post__in' => $sticky_posts, 3264 3264 'post_type' => $post_type, 3265 3265 'post_status' => 'publish', 3266 'nopaging' => true, 3266 3267 'suppress_filters' => $q['suppress_filters'], 3267 3268 'cache_results' => $q['cache_results'], 3268 3269 'update_post_meta_cache' => $q['update_post_meta_cache'],