Changeset 10077 for trunk/src/bp-activity/bp-activity-cache.php
- Timestamp:
- 08/31/2015 06:51:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-cache.php
r9833 r10077 1 1 <?php 2 3 2 /** 4 3 * Functions related to the BuddyPress Activity component and the WP Cache. 5 4 * 6 * @since BuddyPress (1.6.0) 5 * @since 1.6.0 6 * @package BuddyPress 7 * @subpackage ActivityCache 7 8 */ 8 9 … … 38 39 * Clear a cached activity item when that item is updated. 39 40 * 40 * @since BuddyPress (2.0.0)41 * @since 2.0.0 41 42 * 42 43 * @param BP_Activity_Activity $activity … … 51 52 * Clear cached data for deleted activity items. 52 53 * 53 * @since BuddyPress (2.0.0)54 * @since 2.0.0 54 55 * 55 56 * @param array $deleted_ids IDs of deleted activity items.
Note: See TracChangeset
for help on using the changeset viewer.