Make WordPress Core

Ticket #2540: use_username_not_nickname.diff

File use_username_not_nickname.diff, 664 bytes (added by markjaquith, 20 years ago)

use "Username" instead of "Nickname"

  • wp-admin/users.php

     
    282282<form action="" method="post" name="adduser" id="adduser">
    283283  <table class="editform" width="100%" cellspacing="2" cellpadding="5">
    284284    <tr>
    285       <th scope="row" width="33%"><?php _e('Nickname') ?>
     285      <th scope="row" width="33%"><?php _e('Username') ?>
    286286      <input name="action" type="hidden" id="action" value="adduser" /></th>
    287287      <td width="66%"><input name="user_login" type="text" id="user_login" value="<?php echo $new_user_login; ?>" /></td>
    288288    </tr>