Changeset 14315 for trunk/wp-admin/user-edit.php
- Timestamp:
- 04/30/2010 03:17:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r14261 r14315 224 224 // print the 'no role' option. Make it selected if the user has no role yet. 225 225 if ( $user_role ) 226 echo '<option value="">' . __('— No role for this blog—') . '</option>';226 echo '<option value="">' . __('— No role for this site —') . '</option>'; 227 227 else 228 echo '<option value="" selected="selected">' . __('— No role for this blog—') . '</option>';228 echo '<option value="" selected="selected">' . __('— No role for this site —') . '</option>'; 229 229 ?> 230 230 </select>
Note: See TracChangeset
for help on using the changeset viewer.