Changeset 4820 for trunk/bp-core/bp-core-cache.php
- Timestamp:
- 07/23/2011 06:09:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-cache.php
r4140 r4820 1 1 <?php 2 3 2 /** 4 3 * Caching functions handle the clearing of cached objects and pages on specific 5 4 * actions throughout BuddyPress. 6 5 */ 6 7 // Exit if accessed directly 8 if ( !defined( 'ABSPATH' ) ) exit; 7 9 8 10 /**
Note: See TracChangeset
for help on using the changeset viewer.