Changeset 9336 for trunk/src/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 01/09/2015 08:38:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-loader.php
r9289 r9336 354 354 355 355 /** 356 * Setup cache groups 357 * 358 * @since BuddyPress (2.2.0) 359 */ 360 public function setup_cache_groups() { 361 362 // Global groups 363 wp_cache_add_global_groups( array( 364 'bp_xprofile', 365 'bp_xprofile_data', 366 //'xprofile_meta' 367 ) ); 368 369 parent::setup_cache_groups(); 370 } 371 372 /** 356 373 * Adds "Settings > Profile" subnav item under the "Settings" adminbar menu. 357 374 *
Note: See TracChangeset
for help on using the changeset viewer.