Changeset 6669 for trunk/bp-core/bp-core-actions.php
- Timestamp:
- 12/25/2012 11:47:12 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-actions.php
r6579 r6669 54 54 add_action( 'bp_loaded', 'bp_include', 4 ); 55 55 add_action( 'bp_loaded', 'bp_setup_widgets', 6 ); 56 add_action( 'bp_loaded', 'bp_core_load_admin_bar', 10 );57 56 add_action( 'bp_loaded', 'bp_register_theme_packages', 12 ); 58 57 add_action( 'bp_loaded', 'bp_register_theme_directory', 14 ); … … 65 64 * v---Load order 66 65 */ 67 add_action( 'bp_init', 'bp_core_set_uri_globals', 2 ); 68 add_action( 'bp_init', 'bp_setup_globals', 4 ); 69 add_action( 'bp_init', 'bp_setup_nav', 6 ); 70 add_action( 'bp_init', 'bp_setup_title', 8 ); 66 add_action( 'bp_init', 'bp_core_set_uri_globals', 2 ); 67 add_action( 'bp_init', 'bp_setup_globals', 4 ); 68 add_action( 'bp_init', 'bp_setup_nav', 6 ); 69 add_action( 'bp_init', 'bp_setup_title', 8 ); 70 add_action( 'bp_init', 'bp_core_load_admin_bar', 10 ); 71 71 72 72 /**
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)