Changeset 4185 for branches/plugin/bbp-includes/bbp-core-actions.php
- Timestamp:
- 09/04/2012 08:36:05 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-core-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-actions.php
r4181 r4185 114 114 115 115 // Multisite Global Forum Access 116 add_action( 'bbp_setup_current_user', 'bbp_ global_access_role_mask', 10 );116 add_action( 'bbp_setup_current_user', 'bbp_set_current_user_default_role', 10 ); 117 117 118 118 // Widgets … … 224 224 add_action( 'make_ham_user', 'bbp_make_ham_user' ); 225 225 add_action( 'make_spam_user', 'bbp_make_spam_user' ); 226 227 // User role228 add_action( 'bbp_new_topic', 'bbp_global_access_auto_role' );229 add_action( 'bbp_new_reply', 'bbp_global_access_auto_role' );230 226 231 227 // Caches
Note: See TracChangeset
for help on using the changeset viewer.