Changeset 9314
- Timestamp:
- 01/08/2015 01:26:15 AM (10 years ago)
- Location:
- trunk/src/bp-core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-actions.php
r9210 r9314 54 54 add_action( 'bp_loaded', 'bp_setup_components', 2 ); 55 55 add_action( 'bp_loaded', 'bp_include', 4 ); 56 add_action( 'bp_loaded', 'bp_setup_cache_groups', 5 ); 56 57 add_action( 'bp_loaded', 'bp_setup_widgets', 6 ); 57 58 add_action( 'bp_loaded', 'bp_register_theme_packages', 12 ); -
trunk/src/bp-core/bp-core-dependency.php
r9308 r9314 82 82 function bp_setup_widgets() { 83 83 do_action( 'bp_register_widgets' ); 84 } 85 86 /** 87 * Fire the 'bp_setup_cache_groups' action, where cache groups are registered. 88 * 89 * @since BuddyPress (2.2.0) 90 */ 91 function bp_setup_cache_groups() { 92 do_action( 'bp_setup_cache_groups' ); 84 93 } 85 94
Note: See TracChangeset
for help on using the changeset viewer.