Changeset 53941 for trunk/tests/phpunit/tests/query/commentFeed.php
- Timestamp:
- 08/25/2022 04:21:40 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/commentFeed.php
r53066 r53941 40 40 'ignore_sticky_posts' => false, 41 41 'no_found_rows' => true, 42 'cache_results' => false, 42 43 ); 43 44 $q1->query( $args ); … … 99 100 'update_post_term_cache' => false, 100 101 'ignore_sticky_posts' => false, 102 'cache_results' => false, 101 103 ); 102 104
Note: See TracChangeset
for help on using the changeset viewer.