Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/08/2015 01:24:29 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Deprecate bp_core_add_global_group() and move it to BP_Core::setup_cache_groups().

Also introduce bp_cache_get/set/delete functions for appending the network ID to keys in global cache groups.

See #5733.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/deprecated/2.2.php

    r9273 r9313  
    9595    return bp_members_format_activity_action_new_member( $action, $activity );
    9696}
     97
     98/**
     99 * Add 'bp' to global group of network wide cachable objects.
     100 *
     101 * @since BuddyPress (1.1)
     102 * @deprecated BuddyPress (2.2.0)
     103 */
     104function bp_core_add_global_group() {
     105    _deprecated_function( __FUNCTION__, '2.2', 'This function cas no replacement' );
     106}
Note: See TracChangeset for help on using the changeset viewer.