Changeset 2437 for trunk/wp-admin/user-edit.php
- Timestamp:
- 03/13/2005 05:06:18 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r2425 r2437 31 31 /* checking the nickname has been typed */ 32 32 if (empty($_POST["new_nickname"])) { 33 die (__("<strong>ERROR</strong>: please enter your nickname (can be the same as your login)"));33 die (__("<strong>ERROR</strong>: please enter your nickname (can be the same as your username)")); 34 34 return false; 35 35 } … … 100 100 <table width="99%" border="0" cellspacing="2" cellpadding="3"> 101 101 <tr> 102 <th width="33%" scope="row"><?php _e(' Login:') ?></th>102 <th width="33%" scope="row"><?php _e('Username:') ?></th> 103 103 <td width="73%"><input type="text" name="new_user_login" id="new_user_login" value="<?php echo $edituser->user_login; ?>" /></td> 104 104 </tr>
Note: See TracChangeset
for help on using the changeset viewer.