Changeset 9338 for trunk/src/bp-groups/bp-groups-loader.php
- Timestamp:
- 01/09/2015 09:39:40 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-loader.php
r9315 r9338 677 677 parent::setup_title(); 678 678 } 679 680 /** 681 * Setup cache groups 682 * 683 * @since BuddyPress (2.2.0) 684 */ 685 public function setup_cache_groups() { 686 687 // Global groups 688 wp_cache_add_global_groups( array( 689 'bp_groups', 690 'bp_group_admins', 691 'bp_group_invite_count', 692 'group_meta' 693 ) ); 694 695 parent::setup_cache_groups(); 696 } 679 697 } 680 698
Note: See TracChangeset
for help on using the changeset viewer.