mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
6baa60ac68
commit
900b3fd6a8
@ -86,7 +86,7 @@ get_header( 'wp-signup' );
|
||||
do_action( 'before_signup_form' );
|
||||
?>
|
||||
<div id="signup-content" class="widecolumn">
|
||||
<div class="mu_register wp-signup-container">
|
||||
<div class="mu_register wp-signup-container" role="main">
|
||||
<?php
|
||||
/**
|
||||
* Generates and displays the Signup and Create Site forms
|
||||
|
||||
Loading…
Reference in New Issue
Block a user