Users: Password generation - restore "Cancel" aria label after r49248.
Restore the "Cancel" button aria label to "Cancel password change" after it was inadvertently changed in r49248. Props SergeyBiryukov. Fixes #42852. Built from https://develop.svn.wordpress.org/trunk@49392 git-svn-id: http://core.svn.wordpress.org/trunk@49151 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b8d1d01cc5
commit
25918dd10b
|
@ -641,7 +641,7 @@ endif;
|
||||||
<span class="dashicons dashicons-hidden" aria-hidden="true"></span>
|
<span class="dashicons dashicons-hidden" aria-hidden="true"></span>
|
||||||
<span class="text"><?php _e( 'Hide' ); ?></span>
|
<span class="text"><?php _e( 'Hide' ); ?></span>
|
||||||
</button>
|
</button>
|
||||||
<button type="button" class="button wp-cancel-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Cancel' ); ?>">
|
<button type="button" class="button wp-cancel-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Cancel password change' ); ?>">
|
||||||
<span class="dashicons dashicons-no" aria-hidden="true"></span>
|
<span class="dashicons dashicons-no" aria-hidden="true"></span>
|
||||||
<span class="text"><?php _e( 'Cancel' ); ?></span>
|
<span class="text"><?php _e( 'Cancel' ); ?></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.6-beta2-49390';
|
$wp_version = '5.6-beta2-49392';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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