Changeset 47122 for trunk/tests/phpunit/tests/query/dateQuery.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/dateQuery.php
r46586 r47122 24 24 $args, 25 25 array( 26 'post_status' => 'any', // For the future post 27 'posts_per_page' => '-1', // To make sure results are accurate 28 'orderby' => 'ID', // Same order they were created 26 'post_status' => 'any', // For the future post. 27 'posts_per_page' => '-1', // To make sure results are accurate. 28 'orderby' => 'ID', // Same order they were created. 29 29 'order' => 'ASC', 30 30 'update_post_meta_cache' => false,
Note: See TracChangeset
for help on using the changeset viewer.