Changeset 59857 for trunk/src/wp-content/themes/twentyten/header.php
- Timestamp:
- 02/22/2025 01:36:54 AM (13 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentyten/header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/header.php
r59344 r59857 64 64 <?php wp_body_open(); ?> 65 65 <div id="wrapper" class="hfeed"> 66 <?php // Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. ?> 67 <a href="#content" class="screen-reader-text skip-link"><?php _e( 'Skip to content', 'twentyten' ); ?></a> 66 68 <div id="header"> 67 69 <div id="masthead"> … … 102 104 103 105 <div id="access" role="navigation"> 104 <?php // Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. ?>105 <div class="skip-link screen-reader-text"><a href="#content"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>106 106 <?php 107 107 /*
Note: See TracChangeset
for help on using the changeset viewer.