Changeset 2788 for branches/1.2/bp-groups.php
- Timestamp:
- 02/24/2010 10:18:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-groups.php
r2771 r2788 99 99 do_action( 'groups_setup_globals' ); 100 100 } 101 add_action( 'bp_setup_globals', 'groups_setup_globals' );101 add_action( 'bp_setup_globals', 'groups_setup_globals', 9 ); 102 102 103 103 function groups_setup_root_component() { … … 105 105 bp_core_add_root_component( BP_GROUPS_SLUG ); 106 106 } 107 add_action( 'bp_setup_root_components', 'groups_setup_root_component' );107 add_action( 'bp_setup_root_components', 'groups_setup_root_component', 9 ); 108 108 109 109 function groups_check_installed() { … … 218 218 do_action( 'groups_setup_nav', $bp->groups->current_group->user_has_access ); 219 219 } 220 add_action( 'bp_setup_nav', 'groups_setup_nav' );220 add_action( 'bp_setup_nav', 'groups_setup_nav', 9 ); 221 221 222 222 function groups_directory_groups_setup() {
Note: See TracChangeset
for help on using the changeset viewer.