Changeset 9723 for trunk/src/bp-core/bp-core-dependency.php
- Timestamp:
- 04/09/2015 03:31:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-dependency.php
r9641 r9723 142 142 143 143 /** 144 * Fire the 'bp_register_member_types' action, where plugins should register member types. 145 * 146 * @since BuddyPress (2.3.0) 147 */ 148 function bp_register_member_types() { 149 do_action( 'bp_register_member_types' ); 150 } 151 152 /** 144 153 * Fire the 'bp_setup_cache_groups' action, where cache groups are registered. 145 154 *
Note: See TracChangeset
for help on using the changeset viewer.