Changeset 4541
- Timestamp:
- 12/04/2012 06:51:56 AM (14 years ago)
- Location:
- branches/2.2/includes
- Files:
-
- 2 edited
-
admin/users.php (modified) (1 diff)
-
users/template-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/includes/admin/users.php
r4365 r4541 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; ?> -
branches/2.2/includes/users/template-tags.php
r4531 r4541 1015 1015 1016 1016 <select name="bbp-forums-role" id="bbp-forums-role"> 1017 <option value=""><?php _e( '— No role for th is forum—', 'bbpress' ); ?></option>1017 <option value=""><?php _e( '— No role for these forums —', 'bbpress' ); ?></option> 1018 1018 1019 1019 <?php foreach ( $dynamic_roles as $role => $details ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.