Changeset 20465 for trunk/wp-content/themes/twentyeleven/header.php
- Timestamp:
- 04/14/2012 07:02:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/header.php
r20223 r20465 117 117 <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> 118 118 <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> 119 <?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assig ed to the primary position is the one used. If none isassigned, the menu with the lowest ID is used. */ ?>119 <?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assigned to the primary location is the one used. If one isn't assigned, the menu with the lowest ID is used. */ ?> 120 120 <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> 121 121 </nav><!-- #access -->
Note: See TracChangeset
for help on using the changeset viewer.