From 45286c5bb3f6fe5005567903ec858d87077eae2c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 16 Jan 2020 03:44:05 +0000 Subject: [PATCH] Accessibility: Login and Registration: Add a `role="main"` landmark to the container div in `wp-signup.php`. Props SteelWagstaff, audrasjb. Fixes #48657. Built from https://develop.svn.wordpress.org/trunk@47075 git-svn-id: http://core.svn.wordpress.org/trunk@46875 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-signup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 557557c05a..f2b874b0fc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47074'; +$wp_version = '5.4-alpha-47075'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-signup.php b/wp-signup.php index 00155c5cd9..0c50e98880 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -86,7 +86,7 @@ get_header( 'wp-signup' ); do_action( 'before_signup_form' ); ?>
-
+