Changeset 6054 for trunk/src/includes/core/actions.php
- Timestamp:
- 06/02/2016 10:33:05 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/actions.php
r6036 r6054 341 341 342 342 // Clean bbPress post caches when WordPress's is cleaned 343 add_action( 'clean_post_cache', 'bbp_clean_post_cache' );343 add_action( 'clean_post_cache', 'bbp_clean_post_cache', 10, 2 ); 344 344 345 345 /**
Note: See TracChangeset
for help on using the changeset viewer.