Skip to content

Commit 900b3fd

Browse files
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
1 parent 6baa60a commit 900b3fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-signup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function wpmu_signup_stylesheet() {
8686
do_action( 'before_signup_form' );
8787
?>
8888
<div id="signup-content" class="widecolumn">
89-
<div class="mu_register wp-signup-container">
89+
<div class="mu_register wp-signup-container" role="main">
9090
<?php
9191
/**
9292
* Generates and displays the Signup and Create Site forms

0 commit comments

Comments
 (0)