Ticket #55207: patch-1.diff
File patch-1.diff, 446 bytes (added by , 3 years ago) |
---|
-
src/wp-includes/class-wp-query.php
diff --git src/wp-includes/class-wp-query.php src/wp-includes/class-wp-query.php index d30bc43f34..5110b21f8e 100644
class WP_Query { 3247 3247 array( 3248 3248 'post__in' => $sticky_posts, 3249 3249 'post_type' => $post_type, 3250 'post_status' => 'publish',3250 'post_status' => $q['post_status'], 3251 3251 'nopaging' => true, 3252 3252 ) 3253 3253 );