From 93414818116bf1da608af7d6f21e345825398d32 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Fri, 15 Jul 2022 23:57:29 +0000 Subject: [PATCH] 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 --- src/wp-login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-login.php b/src/wp-login.php index 076b866df3..43386688ce 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -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"';