Changeset 34310 for trunk/tests/phpunit/tests/comment/metaCache.php
- Timestamp:
- 09/18/2015 07:27:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/metaCache.php
r34270 r34310 17 17 update_comment_meta( $cid, 'foo', 'bar' ); 18 18 } 19 20 // Clear comment cache, just in case. 21 clean_comment_cache( $comment_ids ); 19 22 20 23 $q = new WP_Comment_Query( array( … … 42 45 update_comment_meta( $cid, 'foo', 'bar' ); 43 46 } 47 48 // Clear comment cache, just in case. 49 clean_comment_cache( $comment_ids ); 44 50 45 51 $q = new WP_Comment_Query( array(
Note: See TracChangeset
for help on using the changeset viewer.