Changeset 4136
- Timestamp:
- 08/30/2006 05:09:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r4112 r4136 442 442 <table class="editform" width="100%" cellspacing="2" cellpadding="5"> 443 443 <tr> 444 <th scope="row" width="33%"><?php _e(' Nickname') ?><input name="action" type="hidden" id="action" value="adduser" /></th>444 <th scope="row" width="33%"><?php _e('Username (required)') ?><input name="action" type="hidden" id="action" value="adduser" /></th> 445 445 <td width="66%"><input name="user_login" type="text" id="user_login" value="<?php echo $new_user_login; ?>" /></td> 446 446 </tr> … … 454 454 </tr> 455 455 <tr> 456 <th scope="row"><?php _e('E-mail ') ?></th>456 <th scope="row"><?php _e('E-mail (required)') ?></th> 457 457 <td><input name="email" type="text" id="email" value="<?php echo $new_user_email; ?>" /></td> 458 458 </tr>
Note: See TracChangeset
for help on using the changeset viewer.