Ticket #20442: header-nav-typo.patch
| File header-nav-typo.patch, 1.4 KB (added by , 14 years ago) |
|---|
-
wp-content/themes/twentyeleven/header.php
116 116 <?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?> 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 is assigned, 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 position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?> 120 120 <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> 121 121 </nav><!-- #access --> 122 122 </header><!-- #branding -->