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:
parent
19dc4bb13a
commit
bd0f6a2132
|
@ -164,7 +164,7 @@ function display_setup_form( $error = null ) {
|
||||||
<th scope="row"><?php _e( 'Confirm Password' ); ?></th>
|
<th scope="row"><?php _e( 'Confirm Password' ); ?></th>
|
||||||
<td>
|
<td>
|
||||||
<label>
|
<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' ); ?>
|
<?php _e( 'Confirm use of weak password' ); ?>
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -491,7 +491,7 @@ if ( $show_password_fields ) :
|
||||||
<th><?php _e( 'Confirm Password' ); ?></th>
|
<th><?php _e( 'Confirm Password' ); ?></th>
|
||||||
<td>
|
<td>
|
||||||
<label>
|
<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' ); ?>
|
<?php _e( 'Confirm use of weak password' ); ?>
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -425,7 +425,7 @@ if ( apply_filters( 'show_password_fields', true ) ) : ?>
|
||||||
<th><?php _e( 'Confirm Password' ); ?></th>
|
<th><?php _e( 'Confirm Password' ); ?></th>
|
||||||
<td>
|
<td>
|
||||||
<label>
|
<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' ); ?>
|
<?php _e( 'Confirm use of weak password' ); ?>
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-beta4-33418';
|
$wp_version = '4.3-beta4-33419';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue