Changeset 13890 for trunk/src/bp-groups/bp-groups-cache.php
- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-cache.php
r13592 r13890 321 321 * @since 2.7.0 322 322 * 323 * @return bool True on success, false on failure.323 * @return bool 324 324 */ 325 325 function bp_groups_reset_cache_incrementor() { … … 345 345 * @param array $tt_ids Array of term taxonomy IDs. 346 346 * @param string $taxonomy Taxonomy slug. 347 * @return bool True on success, false on failure.347 * @return bool 348 348 */ 349 349 function bp_groups_reset_cache_incrementor_on_group_term_change( $object_id, $terms, $tt_ids, $taxonomy ) { … … 368 368 * @param array $terms Array of object terms. 369 369 * @param string $taxonomy Taxonomy slug. 370 * @return bool True on success, false on failure.370 * @return bool 371 371 */ 372 372 function bp_groups_reset_cache_incrementor_on_group_term_remove( $object_id, $terms, $taxonomy ) {
Note: See TracChangeset
for help on using the changeset viewer.