Install: Fix the value of the `for` attribute for the label of the username field.
git-svn-id: http://core.svn.wordpress.org/trunk@24532 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2446c80c49
commit
6fb63c7bb6
|
@ -100,7 +100,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>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="user_name"><?php _e('Username'); ?></label></th>
|
||||
<th scope="row"><label for="user_login"><?php _e('Username'); ?></label></th>
|
||||
<td>
|
||||
<?php
|
||||
if ( $user_table ) {
|
||||
|
|
Loading…
Reference in New Issue