Changeset 23673 for trunk/wp-content/themes/twentythirteen/header.php
- Timestamp:
- 03/12/2013 05:44:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/header.php
r23492 r23673 50 50 <nav id="site-navigation" class="navigation main-navigation" role="navigation"> 51 51 <h3 class="menu-toggle"><?php _e( 'Menu', 'twentythirteen' ); ?></h3> 52 <a class=" assistive-text skip-link" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentythirteen' ); ?>"><?php _e( 'Skip to content', 'twentythirteen' ); ?></a>52 <a class="screen-reader-text skip-link" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentythirteen' ); ?>"><?php _e( 'Skip to content', 'twentythirteen' ); ?></a> 53 53 <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?> 54 <?php get_search_form( ); ?>54 <?php get_search_form( true, 'html5' ); ?> 55 55 </nav><!-- #site-navigation --> 56 56 </div><!-- #navbar -->
Note: See TracChangeset
for help on using the changeset viewer.