Changeset 4825 for trunk/bp-messages/bp-messages-cache.php
- Timestamp:
- 07/23/2011 06:23:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-cache.php
r3917 r4825 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 // List actions to clear super cached pages on, if super cache is installed
Note: See TracChangeset
for help on using the changeset viewer.