Changeset 9314 for trunk/src/bp-core/bp-core-dependency.php
- Timestamp:
- 01/08/2015 01:26:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.