Make WordPress Core


Ignore:
Timestamp:
11/20/2012 09:14:49 PM (12 years ago)
Author:
azaozz
Message:

Skip To links: visually hide by only setting top: -1000em; (this should make them work well in all screen readers), fixes #21312

File:
1 edited

Legend:

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

    r22249 r22730  
    111111
    112112<div id="wpwrap">
    113 <a tabindex="1" href="#wpbody-content" class="screen-reader-text screen-reader-shortcut"><?php _e('Skip to main content'); ?></a>
     113<a tabindex="1" href="#wpbody-content" class="screen-reader-shortcut"><?php _e('Skip to main content'); ?></a>
    114114<?php require(ABSPATH . 'wp-admin/menu-header.php'); ?>
    115115<div id="wpcontent">
Note: See TracChangeset for help on using the changeset viewer.