From 900b3fd6a855879345c3d78b78ee812da2999df7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 16 Jan 2020 03:42:38 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@47075 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-signup.php b/src/wp-signup.php index 00155c5cd9..0c50e98880 100644 --- a/src/wp-signup.php +++ b/src/wp-signup.php @@ -86,7 +86,7 @@ get_header( 'wp-signup' ); do_action( 'before_signup_form' ); ?>
-
+