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/templates/bbp-default/bbpress/form-user-edit.php

    r4307 r4330  
    148148            <legend><?php _e( 'User Role', 'bbpress' ); ?></legend>
    149149
     150            <?php do_action( 'bbp_user_edit_before_role' ); ?>
     151
    150152            <?php if ( is_multisite() && is_super_admin() && current_user_can( 'manage_network_options' ) ) : ?>
    151153
     
    162164            <?php bbp_get_template_part( 'form', 'user-roles' ); ?>
    163165
    164             <?php if ( bbp_use_advanced_capability_editor() ) : ?>
    165 
    166                 <?php bbp_get_template_part( 'form', 'user-capabilities' ); ?>
    167 
    168             <?php endif; ?>
     166            <?php do_action( 'bbp_user_edit_after_role' ); ?>
    169167
    170168        </fieldset>
Note: See TracChangeset for help on using the changeset viewer.