Changeset 1250 for trunk/bp-activity.php
- Timestamp:
- 03/25/2009 04:01:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r1227 r1250 170 170 } 171 171 } 172 add_action( ' wp', 'bp_activity_setup_globals', 1);172 add_action( 'plugins_loaded', 'bp_activity_setup_globals', 5 ); 173 173 add_action( 'admin_menu', 'bp_activity_setup_globals', 1 ); 174 174 … … 177 177 bp_core_add_root_component( BP_ACTIVITY_SLUG ); 178 178 } 179 add_action( 'plugins_loaded', 'bp_activity_setup_root_component' );179 add_action( 'plugins_loaded', 'bp_activity_setup_root_component', 1 ); 180 180 181 181
Note: See TracChangeset
for help on using the changeset viewer.