Changeset 4542
- Timestamp:
- 12/04/2012 06:54:16 AM (13 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
-
admin/users.php (modified) (1 diff)
-
users/template-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/users.php
r4365 r4542 94 94 <?php if ( ! empty( $user_role ) ) : ?> 95 95 96 <option value=""><?php _e( '— No role for th is forum—', 'bbpress' ); ?></option>96 <option value=""><?php _e( '— No role for these forums —', 'bbpress' ); ?></option> 97 97 98 98 <?php else : ?> 99 99 100 <option value="" selected="selected"><?php _e( '— No role for th is forum—', 'bbpress' ); ?></option>100 <option value="" selected="selected"><?php _e( '— No role for these forums —', 'bbpress' ); ?></option> 101 101 102 102 <?php endif; ?> -
trunk/includes/users/template-tags.php
r4532 r4542 1008 1008 1009 1009 <select name="bbp-forums-role" id="bbp-forums-role"> 1010 <option value=""><?php _e( '— No role for th is forum—', 'bbpress' ); ?></option>1010 <option value=""><?php _e( '— No role for these forums —', 'bbpress' ); ?></option> 1011 1011 1012 1012 <?php foreach ( $dynamic_roles as $role => $details ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.