Changeset 13407 for trunk/src/bp-core/bp-core-cache.php
- Timestamp:
- 01/20/2023 11:51:50 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cache.php
r13398 r13407 27 27 * 28 28 * @see prune_super_cache() 29 *30 * @return integer31 29 */ 32 30 function bp_core_clear_cache() { … … 42 40 do_action( 'bp_core_clear_cache' ); 43 41 44 returnprune_super_cache( $cache_path, true );42 prune_super_cache( $cache_path, true ); 45 43 } 46 44 }
Note: See TracChangeset
for help on using the changeset viewer.