Changeset 49538 for trunk/tests/phpunit/tests/comment/query.php
- Timestamp:
- 11/08/2020 11:45:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/query.php
r48990 r49538 4927 4927 $results = $q->query( array() ); 4928 4928 4929 remove_filter( 'comments_pre_query', array( __CLASS__, 'filter_comments_pre_query_and_set_comments' ), 10 , 2);4929 remove_filter( 'comments_pre_query', array( __CLASS__, 'filter_comments_pre_query_and_set_comments' ), 10 ); 4930 4930 4931 4931 // Make sure the comments property is the same as the results.
Note: See TracChangeset
for help on using the changeset viewer.