From 3bd9e18930e245b760795b4c30dd0a035f0bd506 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 19 Sep 2019 19:22:58 +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. Built from https://develop.svn.wordpress.org/trunk@46192 git-svn-id: http://core.svn.wordpress.org/trunk@46004 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-login.php | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 1dff78003a..4f26adae55 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-46191'; +$wp_version = '5.3-alpha-46192'; /** * 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 fdab352a2f..c57f0a26ce 100644 --- a/wp-login.php +++ b/wp-login.php @@ -190,7 +190,10 @@ function login_header( $title = 'Log In', $message = '', $wp_error = null ) { ?> - + +