Changeset 2789
- Timestamp:
- 02/25/2010 03:40:04 AM (16 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-core.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core.php
r2788 r2789 2126 2126 do_action( 'bp_setup_globals' ); 2127 2127 } 2128 add_action( 'bp_init', 'bp_setup_globals', 5 );2128 add_action( 'bp_init', 'bp_setup_globals', 50 ); 2129 2129 2130 2130 /* Allow core components and dependent plugins to set root components */ … … 2132 2132 do_action( 'bp_setup_root_components' ); 2133 2133 } 2134 add_action( 'bp_init', 'bp_setup_root_components', 2 );2134 add_action( 'bp_init', 'bp_setup_root_components', 20 ); 2135 2135 2136 2136 /* Allow core components and dependent plugins to set their nav */ … … 2138 2138 do_action( 'bp_setup_nav' ); 2139 2139 } 2140 add_action( 'bp_init', 'bp_setup_nav', 6 );2140 add_action( 'bp_init', 'bp_setup_nav', 60 ); 2141 2141 2142 2142 /* Allow core components and dependent plugins to register widgets */ … … 2144 2144 do_action( 'bp_register_widgets' ); 2145 2145 } 2146 add_action( 'bp_init', 'bp_setup_widgets', 7 );2146 add_action( 'bp_init', 'bp_setup_widgets', 70 ); 2147 2147 2148 2148
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)