Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/04/2012 08:36:05 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Rename global role masking to bbp_set_current_user_default_role().
  • Update phpdoc and action usages.
  • See #1942.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-core-actions.php

    r4181 r4185  
    114114
    115115// Multisite Global Forum Access
    116 add_action( 'bbp_setup_current_user', 'bbp_global_access_role_mask', 10 );
     116add_action( 'bbp_setup_current_user', 'bbp_set_current_user_default_role', 10 );
    117117
    118118// Widgets
     
    224224add_action( 'make_ham_user',  'bbp_make_ham_user'  );
    225225add_action( 'make_spam_user', 'bbp_make_spam_user' );
    226 
    227 // User role
    228 add_action( 'bbp_new_topic', 'bbp_global_access_auto_role' );
    229 add_action( 'bbp_new_reply', 'bbp_global_access_auto_role' );
    230226
    231227// Caches
Note: See TracChangeset for help on using the changeset viewer.