Changeset 4542 for trunk/includes/admin/users.php
- Timestamp:
- 12/04/2012 06:54:16 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/includes/admin/users.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; ?>
Note: See TracChangeset
for help on using the changeset viewer.