Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/06/2022 10:14:05 PM (3 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-notifications/classes/class-bp-notifications-component.php

    r13185 r13336  
    312312        wp_cache_add_global_groups( array(
    313313            'bp_notifications',
    314             'notification_meta'
     314            'notification_meta',
     315            'bp_notifications_unread_count',
     316            'bp_notifications_grouped_notifications',
    315317        ) );
    316318
Note: See TracChangeset for help on using the changeset viewer.