Skip to:
Content

BuddyPress.org

Changeset 9552


Ignore:
Timestamp:
02/24/2015 01:22:27 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Friends: fix typo in setup_cache_groups causing friend requests to be cached per site rather than globally. Hat-tip wpdennis. Fixes #6219.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/src/bp-friends/bp-friends-loader.php

    r9351 r9552  
    250250                // Global groups
    251251                wp_cache_add_global_groups( array(
    252                         'bp_friend_requests'
     252                        'bp_friends_requests'
    253253                ) );
    254254
Note: See TracChangeset for help on using the changeset viewer.