Changeset 10324
- Timestamp:
- 01/06/2009 10:05:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r10319 r10324 258 258 // print the 'no role' option. Make it selected if the user has no role yet. 259 259 if ( $user_role ) 260 $role_list .='<option value="">' . __('— No role for this blog —') . '</option>';260 echo '<option value="">' . __('— No role for this blog —') . '</option>'; 261 261 else 262 $role_list .= '<option value="" selected="selected">' . __('— No role for this blog —') . '</option>'; 263 264 echo $role_list;?> 262 echo '<option value="" selected="selected">' . __('— No role for this blog —') . '</option>'; 263 ?> 265 264 </select></td></tr> 266 265 <?php endif; //!$is_profile_page ?>
Note: See TracChangeset
for help on using the changeset viewer.