Changeset 9601
- Timestamp:
- 03/05/2015 06:36:51 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cache.php
r9351 r9601 22 22 23 23 if ( function_exists( 'prune_super_cache' ) ) { 24 25 /** 26 * Fires before the pruning of WP Super Cache. 27 * 28 * @since BuddyPress (1.0.0) 29 */ 24 30 do_action( 'bp_core_clear_cache' ); 25 31 return prune_super_cache( $cache_path, true );
Note: See TracChangeset
for help on using the changeset viewer.