Remove unused pw-weak ID attributes.
see #33077. Built from https://develop.svn.wordpress.org/trunk@33419 git-svn-id: http://core.svn.wordpress.org/trunk@33387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -491,7 +491,7 @@ if ( $show_password_fields ) :
|
||||
<th><?php _e( 'Confirm Password' ); ?></th>
|
||||
<td>
|
||||
<label>
|
||||
<input type="checkbox" name="pw_weak" class="pw-checkbox" id="pw-weak" />
|
||||
<input type="checkbox" name="pw_weak" class="pw-checkbox" />
|
||||
<?php _e( 'Confirm use of weak password' ); ?>
|
||||
</label>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user