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 ) ); ?> - + - + - + - + - +