Skip to:
Content

bbPress.org


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

Capabilities:

  • Verbiage change for forums role selector.
  • Fixes #2079 (trunk)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.