Skip to:
Content

bbPress.org

Changeset 4307


Ignore:
Timestamp:
11/02/2012 07:56:23 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Always show roles UI; only show capabilities if switch is on.
  • See #1939.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/bbp-default/bbpress/form-user-edit.php

    r4306 r4307  
    160160            <?php endif; ?>
    161161
     162            <?php bbp_get_template_part( 'form', 'user-roles' ); ?>
     163
    162164            <?php if ( bbp_use_advanced_capability_editor() ) : ?>
    163165
    164166                <?php bbp_get_template_part( 'form', 'user-capabilities' ); ?>
    165 
    166             <?php else : ?>
    167 
    168                 <?php bbp_get_template_part( 'form', 'user-roles' ); ?>
    169167
    170168            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.