]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentythirteen/header.php
WordPress 4.2
[autoinstalls/wordpress.git] / wp-content / themes / twentythirteen / header.php
index f61c28f0f8a2e204675a2990b730de321adee8cc..094f74cc9fd66dce4a6567ad5fb20bbac747bf05 100644 (file)
@@ -42,7 +42,7 @@
                                <nav id="site-navigation" class="navigation main-navigation" role="navigation">
                                        <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 wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu', 'menu_id' => 'primary-menu' ) ); ?>
                                        <?php get_search_form(); ?>
                                </nav><!-- #site-navigation -->
                        </div><!-- #navbar -->