Make WordPress Core


Ignore:
Timestamp:
03/13/2005 05:06:18 PM (20 years ago)
Author:
ryan
Message:

Change login noun to Username. http://mosquito.wordpress.org/view.php?id=1088 Props: Albert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r2425 r2437  
    3131/* checking the nickname has been typed */
    3232if (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)"));
    3434    return false;
    3535}
     
    100100<table width="99%"  border="0" cellspacing="2" cellpadding="3">
    101101    <tr>
    102         <th width="33%" scope="row"><?php _e('Login:') ?></th>
     102        <th width="33%" scope="row"><?php _e('Username:') ?></th>
    103103        <td width="73%"><input type="text" name="new_user_login" id="new_user_login" value="<?php echo $edituser->user_login; ?>" /></td>
    104104    </tr>
Note: See TracChangeset for help on using the changeset viewer.