Changeset 52990 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 03/25/2022 09:54:52 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r52985 r52990 3264 3264 'post_type' => $post_type, 3265 3265 'post_status' => 'publish', 3266 'posts_per_page' => count( $sticky_posts ), 3266 3267 'suppress_filters' => $q['suppress_filters'], 3267 3268 'cache_results' => $q['cache_results'],
Note: See TracChangeset
for help on using the changeset viewer.