]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentythirteen/header.php
WordPress 4.0
[autoinstalls/wordpress.git] / wp-content / themes / twentythirteen / header.php
index e19703c792247aa2149112cb54e4a27d33a51a96..f61c28f0f8a2e204675a2990b730de321adee8cc 100644 (file)
@@ -15,7 +15,7 @@
 <!--[if IE 8]>
 <html class="ie ie8" <?php language_attributes(); ?>>
 <![endif]-->
 <!--[if IE 8]>
 <html class="ie ie8" <?php language_attributes(); ?>>
 <![endif]-->
-<!--[if !(IE 7) | !(IE 8)  ]><!-->
+<!--[if !(IE 7) & !(IE 8)]><!-->
 <html <?php language_attributes(); ?>>
 <!--<![endif]-->
 <head>
 <html <?php language_attributes(); ?>>
 <!--<![endif]-->
 <head>
@@ -40,7 +40,7 @@
 
                        <div id="navbar" class="navbar">
                                <nav id="site-navigation" class="navigation main-navigation" role="navigation">
 
                        <div id="navbar" class="navbar">
                                <nav id="site-navigation" class="navigation main-navigation" role="navigation">
-                                       <h3 class="menu-toggle"><?php _e( 'Menu', 'twentythirteen' ); ?></h3>
+                                       <button class="menu-toggle"><?php _e( 'Menu', 'twentythirteen' ); ?></button>
                                        <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>
                                        <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
                                        <?php get_search_form(); ?>
                                        <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>
                                        <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
                                        <?php get_search_form(); ?>