Changeset 4330 for trunk/includes/core/actions.php
- Timestamp:
- 11/04/2012 02:11:16 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/actions.php
r4316 r4330 225 225 add_action( 'make_spam_user', 'bbp_make_spam_user' ); 226 226 227 // User capabilities228 add_action( 'bbp_profile_update', 'bbp_profile_update_ capabilities' );227 // User role 228 add_action( 'bbp_profile_update', 'bbp_profile_update_role' ); 229 229 230 230 // Hook WordPress admin actions to bbPress profiles on save
Note: See TracChangeset
for help on using the changeset viewer.