Changeset 10454 for trunk/src/bp-groups/bp-groups-cache.php
- Timestamp:
- 01/18/2016 05:18:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-cache.php
r10417 r10454 24 24 * $group_ids and adds it to WP cache. This improves efficiency when using 25 25 * groupmeta within a loop context. 26 * 27 * @since 1.6.0 26 28 * 27 29 * @param int|string|array|bool $group_ids Accepts a single group_id, or a … … 47 49 * Clear the cached group count. 48 50 * 51 * @since 1.0.0 52 * 49 53 * @param int $group_id Not used. 50 54 */ … … 164 168 /** 165 169 * Clear a user's cached group count. 170 * 171 * @since 1.2.0 166 172 * 167 173 * @param int $group_id The group ID. Not used in this function.
Note: See TracChangeset
for help on using the changeset viewer.