From a0cce3900e7b9dc8af454f45f57a7441f2d64155 Mon Sep 17 00:00:00 2001 From: Colin Stewart Date: Tue, 19 Sep 2023 22:43:38 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@56628 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-login.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/wp-login.php b/src/wp-login.php index 3dbfacfd2bb25..de2ee486c79a9 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -861,11 +861,11 @@ function wp_login_viewport_meta() {