Changeset 19599 for trunk/wp-content/themes/twentyten/header.php
- Timestamp:
- 12/16/2011 05:13:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/header.php
r17300 r19599 80 80 81 81 <div id="access" role="navigation"> 82 <?php /* 82 <?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?> 83 83 <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> 84 <?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.*/ ?>84 <?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. */ ?> 85 85 <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?> 86 86 </div><!-- #access -->
Note: See TracChangeset
for help on using the changeset viewer.