Changeset 4822 for trunk/bp-friends/bp-friends-cache.php
- Timestamp:
- 07/23/2011 06:17:04 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends/bp-friends-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-cache.php
r4605 r4822 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 function friends_clear_friend_object_cache( $friendship_id ) {
Note: See TracChangeset
for help on using the changeset viewer.