mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Coding Standards: Missed space in code indentation in [53707].
Fixes code style issue from [53707]. Follow up to [53707]. See #54483. Built from https://develop.svn.wordpress.org/trunk@53708 git-svn-id: http://core.svn.wordpress.org/trunk@53267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
38a13f94ba
commit
9f851abc3f
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53707';
|
||||
$wp_version = '6.1-alpha-53708';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
@ -1393,7 +1393,7 @@ switch ( $action ) {
|
||||
|
||||
if ( $has_errors ) {
|
||||
$aria_describedby = ' aria-describedby="login_error"';
|
||||
}
|
||||
}
|
||||
|
||||
if ( $has_errors && 'message' === $errors->get_error_data() ) {
|
||||
$aria_describedby = ' aria-describedby="login-message"';
|
||||
|
Loading…
Reference in New Issue
Block a user