Changeset 8830 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 08/13/2014 07:56:31 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r8707 r8830 337 337 338 338 /** Directory *****************************************************************/ 339 340 /** 341 * Returns an array of core components. 342 * 343 * @since BuddyPress (2.1.0) 344 * 345 * @return array 346 */ 347 function bp_core_get_components() { 348 return array( 349 'activity', 350 'members', 351 'groups', 352 'blogs', 353 'xprofile', 354 'friends', 355 'messages', 356 'settings', 357 'notifications', 358 'forums', 359 ); 360 } 339 361 340 362 /**
Note: See TracChangeset
for help on using the changeset viewer.