Changeset 9642 for trunk/src/bp-activity/bp-activity-cache.php
- Timestamp:
- 03/24/2015 11:22:50 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/bp-activity-cache.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-cache.php
r9471 r9642 4 4 * Functions related to the BuddyPress Activity component and the WP Cache. 5 5 * 6 * @since BuddyPress (1.6 )6 * @since BuddyPress (1.6.0) 7 7 */ 8 8 … … 38 38 * Clear a cached activity item when that item is updated. 39 39 * 40 * @since 2.040 * @since BuddyPress (2.0.0) 41 41 * 42 42 * @param BP_Activity_Activity $activity … … 51 51 * Clear cached data for deleted activity items. 52 52 * 53 * @since 2.053 * @since BuddyPress (2.0.0) 54 54 * 55 55 * @param array $deleted_ids IDs of deleted activity items.
Note: See TracChangeset
for help on using the changeset viewer.