From f388dc8e3844bddba1130c4d112196a93a0eca9b Mon Sep 17 00:00:00 2001 From: costdev Date: Tue, 19 Sep 2023 22:45:19 +0000 Subject: [PATCH] Login and Registration: Introduce classes `wp-login.php` footer links. This introduces classes for the "Log in", "Register" and "Lost your password?" links in the footer of `wp-login.php` forms so that they may be easily targeted for individual styling. The new classes are: - `.wp-login-log-in` - `.wp-login-register` - `.wp-login-lost-password` Props wparslan, thomasplevy, rajinsharwar, audrasjb, joedolson, costdev. Fixes #57590. Built from https://develop.svn.wordpress.org/trunk@56628 git-svn-id: http://core.svn.wordpress.org/trunk@56140 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 cecc50b31d..f2b2a7d18a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56627'; +$wp_version = '6.4-alpha-56628'; /** * 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 3dbfacfd2b..de2ee486c7 100644 --- a/wp-login.php +++ b/wp-login.php @@ -861,11 +861,11 @@ switch ( $action ) {