Changeset 42343 for trunk/src/wp-content/themes/twentytwelve/header.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/header.php
r31262 r42343 43 43 <button class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></button> 44 44 <a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a> 45 <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?> 45 <?php 46 wp_nav_menu( 47 array( 48 'theme_location' => 'primary', 49 'menu_class' => 'nav-menu', 50 ) 51 ); 52 ?> 46 53 </nav><!-- #site-navigation --> 47 54
Note: See TracChangeset
for help on using the changeset viewer.