Changeset 42228 for trunk/src/wp-content/themes/twentyten/header.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/header.php
r31266 r42228 102 102 103 103 <div id="access" role="navigation"> 104 104 <?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?> 105 105 <div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div> 106 106 <?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
Note: See TracChangeset
for help on using the changeset viewer.