Rejigger some whitespace in anticipation of a fix for #24364.
see #24364 git-svn-id: https://develop.svn.wordpress.org/trunk@24551 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bc4b7fd0a5
commit
a6177929c4
|
@ -376,7 +376,8 @@ if ( $show_password_fields ) :
|
||||||
?>
|
?>
|
||||||
<tr id="password">
|
<tr id="password">
|
||||||
<th><label for="pass1"><?php _e('New Password'); ?></label></th>
|
<th><label for="pass1"><?php _e('New Password'); ?></label></th>
|
||||||
<td><input type="password" name="pass1" id="pass1" size="16" value="" autocomplete="off" /> <span class="description"><?php _e("If you would like to change the password type a new one. Otherwise leave this blank."); ?></span>
|
<td>
|
||||||
|
<input type="password" name="pass1" id="pass1" size="16" value="" autocomplete="off" /> <span class="description"><?php _e("If you would like to change the password type a new one. Otherwise leave this blank."); ?></span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -341,7 +341,8 @@ foreach ( array( 'user_login' => 'login', 'first_name' => 'firstname', 'last_nam
|
||||||
<?php if ( apply_filters('show_password_fields', true) ) : ?>
|
<?php if ( apply_filters('show_password_fields', true) ) : ?>
|
||||||
<tr class="form-field form-required">
|
<tr class="form-field form-required">
|
||||||
<th scope="row"><label for="pass1"><?php _e('Password'); ?> <span class="description"><?php /* translators: password input field */_e('(required)'); ?></span></label></th>
|
<th scope="row"><label for="pass1"><?php _e('Password'); ?> <span class="description"><?php /* translators: password input field */_e('(required)'); ?></span></label></th>
|
||||||
<td><input name="pass1" type="password" id="pass1" autocomplete="off" />
|
<td>
|
||||||
|
<input name="pass1" type="password" id="pass1" autocomplete="off" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="form-field form-required">
|
<tr class="form-field form-required">
|
||||||
|
|
Loading…
Reference in New Issue