Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/06/2022 10:14:05 PM (4 years ago)
Author:
imath
Message:

Add missing global cache groups

Props nickchomey, dcavins

See #8590

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-core.php

    r13144 r13336  
    312312                // Global groups.
    313313                wp_cache_add_global_groups( array(
    314                         'bp'
     314                        'bp',
     315                        'bp_pages',
     316                        'bp_invitations',
    315317                ) );
    316318
Note: See TracChangeset for help on using the changeset viewer.