Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2014 04:51:43 AM (11 years ago)
Author:
boonebgorges
Message:

Modify bp_update_meta_cache() for new metadata cache schema

Now that we are using the WP metadata API, our cache keys have changed, and
the logic for priming meta caches must mirror these changes.

See #4551

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-cache.php

    r7645 r7843  
    3434        'object_ids'       => $group_ids,
    3535        'object_type'      => $bp->groups->id,
     36        'cache_group'      => 'group_meta',
    3637        'object_column'    => 'group_id',
    3738        'meta_table'       => $bp->groups->table_name_groupmeta,
Note: See TracChangeset for help on using the changeset viewer.