Changeset 888
- Timestamp:
- 10/09/2014 05:43:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/plan/header.php
r133 r888 16 16 <html class="ie ie8" <?php language_attributes(); ?>> 17 17 <![endif]--> 18 <!--[if !(IE 7) | !(IE 8)]><!-->18 <!--[if !(IE 7) & !(IE 8)]><!--> 19 19 <html <?php language_attributes(); ?>> 20 20 <!--<![endif]--> … … 41 41 42 42 <nav id="site-navigation" class="main-navigation" role="navigation"> 43 < h3 class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></h3>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 45 <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.