Changeset 43571 for trunk/tests/phpunit/tests/query/date.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/date.php
r42343 r43571 54 54 public function _get_query_result( $args = array() ) { 55 55 $args = wp_parse_args( 56 $args, array( 56 $args, 57 array( 57 58 'post_status' => 'any', // For the future post 58 59 'posts_per_page' => '-1', // To make sure results are accurate
Note: See TracChangeset
for help on using the changeset viewer.