Skip to:
Content

bbPress.org

Changeset 4542


Ignore:
Timestamp:
12/04/2012 06:54:16 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Verbiage change for forums role selector.
  • Fixes #2079 (trunk)
Location:
trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/users.php

    r4365 r4542  
    9494                            <?php if ( ! empty( $user_role ) ) : ?>
    9595
    96                                 <option value=""><?php _e( '&mdash; No role for this forum &mdash;', 'bbpress' ); ?></option>
     96                                <option value=""><?php _e( '&mdash; No role for these forums &mdash;', 'bbpress' ); ?></option>
    9797
    9898                            <?php else : ?>
    9999
    100                                 <option value="" selected="selected"><?php _e( '&mdash; No role for this forum &mdash;', 'bbpress' ); ?></option>
     100                                <option value="" selected="selected"><?php _e( '&mdash; No role for these forums &mdash;', 'bbpress' ); ?></option>
    101101
    102102                            <?php endif; ?>
  • trunk/includes/users/template-tags.php

    r4532 r4542  
    10081008
    10091009    <select name="bbp-forums-role" id="bbp-forums-role">
    1010         <option value=""><?php _e( '&mdash; No role for this forum &mdash;', 'bbpress' ); ?></option>
     1010        <option value=""><?php _e( '&mdash; No role for these forums &mdash;', 'bbpress' ); ?></option>
    10111011
    10121012        <?php foreach ( $dynamic_roles as $role => $details ) : ?>
Note: See TracChangeset for help on using the changeset viewer.