From 3366e3859f09977556368ca8dae6ced19a072ea7 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Sat, 25 Dec 2021 11:36:59 +0000 Subject: [PATCH] Login and Registration: Use secondary button style for the Language switcher. This change avoids having two primary buttons in the login screen. Props rainbowgeek, audrasjb. Fixes #54692. Built from https://develop.svn.wordpress.org/trunk@52417 git-svn-id: http://core.svn.wordpress.org/trunk@52009 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 38bdbcc82d..ec2a927bfe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta4-52416'; +$wp_version = '5.9-beta4-52417'; /** * 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 150d58d655..aa29cac0d9 100644 --- a/wp-login.php +++ b/wp-login.php @@ -367,7 +367,7 @@ function login_footer( $input_id = '' ) { - +