Changeset 4375 for trunk/includes/core/actions.php
- Timestamp:
- 11/09/2012 03:56:55 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/actions.php
r4371 r4375 100 100 * role between sites. Note that if a user already has a role on that site, no 101 101 * mapping will occur. 102 */ 103 add_action( 'switch_blog', 'bbp_set_current_user_default_role', 1 ); 102 * 103 * We also hook to 'bbp_setup_current_user' -- naturally. 104 */ 105 add_action( 'switch_blog', 'bbp_set_current_user_default_role' ); 106 add_action( 'bbp_setup_current_user', 'bbp_set_current_user_default_role' ); 104 107 105 108 /**
Note: See TracChangeset
for help on using the changeset viewer.