Make WordPress Core


Ignore:
Timestamp:
02/17/2016 02:59:34 PM (9 years ago)
Author:
ocean90
Message:

Setup: Use "Username" instead of "User Name".

Props thisisit.
Fixes #35850.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r35881 r36544  
    192192        </tr>
    193193        <tr>
    194             <th scope="row"><label for="uname"><?php _e( 'User Name' ); ?></label></th>
     194            <th scope="row"><label for="uname"><?php _e( 'Username' ); ?></label></th>
    195195            <td><input name="uname" id="uname" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'username', 'example username' ), ENT_QUOTES ); ?>" /></td>
    196196            <td><?php _e( 'Your MySQL username' ); ?></td>
Note: See TracChangeset for help on using the changeset viewer.