Changeset 11888 for trunk/src/bp-notifications/bp-notifications-cache.php
- Timestamp:
- 03/05/2018 12:57:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-cache.php
r11851 r11888 45 45 wp_cache_delete( 'all_for_user_' . $user_id, 'bp_notifications' ); 46 46 wp_cache_delete( $user_id, 'bp_notifications_unread_count' ); 47 wp_cache_delete( $user_id, 'bp_notifications_grouped_notifications' ); 47 48 } 48 49
Note: See TracChangeset
for help on using the changeset viewer.