Make WordPress Core

Changeset 4136


Ignore:
Timestamp:
08/30/2006 05:09:50 PM (19 years ago)
Author:
ryan
Message:

Rename Nickname to Username and mark Username and E-mail as required. Props filosofo. fixes #2940

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/users.php

    r4112 r4136  
    442442<table class="editform" width="100%" cellspacing="2" cellpadding="5">
    443443    <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>
    445445        <td width="66%"><input name="user_login" type="text" id="user_login" value="<?php echo $new_user_login; ?>" /></td>
    446446    </tr>
     
    454454    </tr>
    455455    <tr>
    456         <th scope="row"><?php _e('E-mail') ?></th>
     456        <th scope="row"><?php _e('E-mail (required)') ?></th>
    457457        <td><input name="email" type="text" id="email" value="<?php echo $new_user_email; ?>" /></td>
    458458    </tr>
Note: See TracChangeset for help on using the changeset viewer.