Coding Standards: Missed space in code indentation in [53707].

Fixes code style issue from [53707].

Follow up to [53707].

See #54483.


git-svn-id: https://develop.svn.wordpress.org/trunk@53708 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joe Dolson
2022-07-15 23:57:29 +00:00
parent e9c9c59681
commit 9341481811
+1 -1
View File
@@ -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"';