Changeset 5684 for trunk/bp-activity/bp-activity-cache.php
- Timestamp:
- 02/09/2012 10:10:47 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-cache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-cache.php
r5505 r5684 1 1 <?php 2 2 3 /** 3 4 * Functions related to the BuddyPress Activity component and the WP Cache … … 5 6 * @since 1.6 6 7 */ 8 9 // Exit if accessed directly 10 if ( !defined( 'ABSPATH' ) ) exit; 7 11 8 12 /**
Note: See TracChangeset
for help on using the changeset viewer.