Make WordPress Core


Ignore:
Timestamp:
04/01/2015 01:16:47 PM (10 years ago)
Author:
ocean90
Message:

Accessibility: Add landmark roles to WordPress admin areas.

props afercia, joedolson.
fixes #31450.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/admin-header.php

    r31879 r31955  
    191191
    192192<div id="wpwrap">
    193 <a tabindex="1" href="#wpbody-content" class="screen-reader-shortcut"><?php _e('Skip to main content'); ?></a>
    194193<?php require(ABSPATH . 'wp-admin/menu-header.php'); ?>
    195194<div id="wpcontent">
     
    204203?>
    205204
    206 <div id="wpbody">
     205<div id="wpbody" role="main">
    207206<?php
    208207unset($title_class, $blog_name, $total_update_count, $update_title);
Note: See TracChangeset for help on using the changeset viewer.