From 9f851abc3f4c26b00fbb7d51a6a345f67a0ad0c8 Mon Sep 17 00:00:00 2001 From: joedolson Date: Fri, 15 Jul 2022 23:59:09 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- wp-login.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index ad9a466a7d..2a357e787f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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. diff --git a/wp-login.php b/wp-login.php index 076b866df3..43386688ce 100644 --- a/wp-login.php +++ b/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"';