Changeset 43571 for trunk/tests/phpunit/tests/comment/dateQuery.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/dateQuery.php
r42343 r43571 51 51 public function _get_query_result( $args = array() ) { 52 52 $args = wp_parse_args( 53 $args, array( 53 $args, 54 array( 54 55 'post_id' => $this->posts[1], 55 56 'orderby' => 'comment_ID', // Same order they were created
Note: See TracChangeset
for help on using the changeset viewer.