From 5e08149bf4cb7cf044c404d463a9d0cefe782408 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 21 Dec 2021 19:00:00 +0000 Subject: [PATCH] Coding Standards: Remove unwanted whitespaces after [52404]. Follow-up to [52404]. See #54675. Built from https://develop.svn.wordpress.org/trunk@52405 git-svn-id: http://core.svn.wordpress.org/trunk@51997 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-login.php | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7c68642dad..2d66d23228 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta3-52404'; +$wp_version = '5.9-beta3-52405'; /** * 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 31bbc4bfe3..150d58d655 100644 --- a/wp-login.php +++ b/wp-login.php @@ -329,12 +329,12 @@ function login_footer( $input_id = '' ) { ?>
- + - + 'language-switcher-locales', @@ -344,7 +344,7 @@ function login_footer( $input_id = '' ) { 'explicit_option_en_us' => true, 'languages' => $languages, ); - + /** * Filters default arguments for the Languages select input on the login screen. * @@ -354,21 +354,21 @@ function login_footer( $input_id = '' ) { */ wp_dropdown_languages( apply_filters( 'wp_login_language_switcher_args', $args ) ); ?> - + - + - + - + - +