- Timestamp:
- 02/05/2016 04:55:58 AM (9 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-component.php
r10515 r10520 1 1 <?php 2 2 /** 3 * BuddyPress Groups Loader. 4 * 5 * A groups component, for users to group themselves together. Includes a 6 * robust sub-component API that allows Groups to be extended. 7 * Comes preconfigured with an activity stream, discussion forums, and settings. 3 * BuddyPress Groups Component Class. 8 4 * 9 5 * @package BuddyPress … … 814 810 } 815 811 } 816 817 /**818 * Bootstrap the Notifications component.819 *820 * @since 1.5.0821 */822 function bp_setup_groups() {823 buddypress()->groups = new BP_Groups_Component();824 }825 add_action( 'bp_setup_components', 'bp_setup_groups', 6 );
Note: See TracChangeset
for help on using the changeset viewer.