Changeset 6724
- Timestamp:
- 01/17/2013 07:22:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-actions.php
r6669 r6724 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 ); 56 57 add_action( 'bp_loaded', 'bp_register_theme_packages', 12 ); 57 58 add_action( 'bp_loaded', 'bp_register_theme_directory', 14 ); … … 68 69 add_action( 'bp_init', 'bp_setup_nav', 6 ); 69 70 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.