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"';