Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/04/2012 02:11:16 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Remove advanced capabilities code, template part, and UI helpers.
  • This has been replaced by the forums roles selection.
  • See #1939.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core/actions.php

    r4316 r4330  
    225225add_action( 'make_spam_user', 'bbp_make_spam_user' );
    226226
    227 // User capabilities
    228 add_action( 'bbp_profile_update', 'bbp_profile_update_capabilities' );
     227// User role
     228add_action( 'bbp_profile_update', 'bbp_profile_update_role' );
    229229
    230230// Hook WordPress admin actions to bbPress profiles on save
Note: See TracChangeset for help on using the changeset viewer.