Changeset 4827 for trunk/bp-xprofile/bp-xprofile-cache.php
- Timestamp:
- 07/23/2011 06:27:03 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-cache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-cache.php
r3949 r4827 1 1 <?php 2 3 2 /******************************************************************************** 4 3 * Caching … … 7 6 * actions throughout BuddyPress. 8 7 */ 8 9 // Exit if accessed directly 10 if ( !defined( 'ABSPATH' ) ) exit; 9 11 10 12 function xprofile_clear_profile_groups_object_cache( $group_obj ) {
Note: See TracChangeset
for help on using the changeset viewer.