Change user name to username for consistency
git-svn-id: https://develop.svn.wordpress.org/trunk@14172 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cb1baf850f
commit
98da786577
@ -98,7 +98,7 @@ function display_setup_form( $error = null ) {
|
|||||||
<td><input name="weblog_title" type="text" id="weblog_title" size="25" value="<?php echo esc_attr( $weblog_title ); ?>" /></td>
|
<td><input name="weblog_title" type="text" id="weblog_title" size="25" value="<?php echo esc_attr( $weblog_title ); ?>" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="user_name"><?php _e('User Name'); ?></label></th>
|
<th scope="row"><label for="user_name"><?php _e('Username'); ?></label></th>
|
||||||
<td>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
if ( $user_table ) {
|
if ( $user_table ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user