From dd330aee33253b227bc4f809d39518a451736af3 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 19 Sep 2019 19:21:17 +0000 Subject: [PATCH] Login and Registration: Detect JavaScript on the login screen. This allows the login screen to be targeted with CSS when JavaScript is disabled. Props Nikschavan. Fixes #38088. git-svn-id: https://develop.svn.wordpress.org/trunk@46192 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-login.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/wp-login.php b/src/wp-login.php index fdab352a2f..c57f0a26ce 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -190,7 +190,10 @@ function login_header( $title = 'Log In', $message = '', $wp_error = null ) { ?> - + +