- Timestamp:
- 09/20/2016 02:42:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-friends-component.php
r11022 r11122 289 289 // Global groups. 290 290 wp_cache_add_global_groups( array( 291 'bp_friends_requests' 291 'bp_friends_requests', 292 'bp_friends_friendships', // Individual friendship objects are cached here by ID. 292 293 ) ); 293 294
Note: See TracChangeset
for help on using the changeset viewer.