Changeset 6585 for trunk/tests/phpunit/testcases/admin/tools.php
- Timestamp:
- 06/19/2017 05:05:18 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/testcases/admin/tools.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/admin/tools.php
r6524 r6585 161 161 bbp_admin_repair_topic_voice_count(); 162 162 163 bbp_clean_post_cache( $t );163 clean_post_cache( $t ); 164 164 165 165 $count = bbp_get_topic_voice_count( $t ); … … 215 215 bbp_admin_repair_topic_hidden_reply_count(); 216 216 217 bbp_clean_post_cache( $t );217 clean_post_cache( $t ); 218 218 219 219 $count = bbp_get_topic_reply_count_hidden( $t, true ); … … 662 662 bbp_admin_repair_forum_meta(); 663 663 664 bbp_clean_post_cache( $f );665 bbp_clean_post_cache( $t );666 bbp_clean_post_cache( $r );664 clean_post_cache( $f ); 665 clean_post_cache( $t ); 666 clean_post_cache( $r ); 667 667 668 668 // Forums should NOT have a _bbp_forum_id meta key
Note: See TracChangeset
for help on using the changeset viewer.