Changeset 19599 for trunk/wp-content/themes/twentyeleven/header.php
- Timestamp:
- 12/16/2011 05:13:16 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyeleven/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/header.php
r18335 r19599 112 112 <nav id="access" role="navigation"> 113 113 <h3 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h3> 114 <?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?>114 <?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?> 115 115 <div class="skip-link"><a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to primary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to primary content', 'twentyeleven' ); ?></a></div> 116 116 <div class="skip-link"><a class="assistive-text" href="#secondary" title="<?php esc_attr_e( 'Skip to secondary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to secondary content', 'twentyeleven' ); ?></a></div> 117 <?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. */ ?>117 <?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. */ ?> 118 118 <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> 119 119 </nav><!-- #access -->
Note: See TracChangeset
for help on using the changeset viewer.