Changeset 31955 for trunk/src/wp-admin/admin-header.php
- Timestamp:
- 04/01/2015 01:16:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r31879 r31955 191 191 192 192 <div id="wpwrap"> 193 <a tabindex="1" href="#wpbody-content" class="screen-reader-shortcut"><?php _e('Skip to main content'); ?></a>194 193 <?php require(ABSPATH . 'wp-admin/menu-header.php'); ?> 195 194 <div id="wpcontent"> … … 204 203 ?> 205 204 206 <div id="wpbody" >205 <div id="wpbody" role="main"> 207 206 <?php 208 207 unset($title_class, $blog_name, $total_update_count, $update_title);
Note: See TracChangeset
for help on using the changeset viewer.