Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/09/2015 09:39:40 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Switch most cache groups to global using new BP_Component::setup_cache_groups() methods.

This fixes issues with querying BuddyPress data from non-root sites, possibly creating duplicate cache entries across sites, and generally wrecking havoc with persistent cache setups.

Props r-a-y. See #5733.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-loader.php

    r9337 r9338  
    367367                        'bp_xprofile',
    368368                        'bp_xprofile_data',
    369                         //'xprofile_meta'
     369                        'xprofile_meta'
    370370                ) );
    371371
Note: See TracChangeset for help on using the changeset viewer.