--- a/wp/wp-content/themes/twentytwelve/header.php Tue Jun 09 11:14:17 2015 +0000
+++ b/wp/wp-content/themes/twentytwelve/header.php Mon Oct 14 17:39:30 2019 +0200
@@ -42,7 +42,14 @@
<nav id="site-navigation" class="main-navigation" role="navigation">
<button class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></button>
<a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></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',
+ )
+ );
+?>
</nav><!-- #site-navigation -->
<?php if ( get_header_image() ) : ?>
@@ -50,4 +57,4 @@
<?php endif; ?>
</header><!-- #masthead -->
- <div id="main" class="wrapper">
\ No newline at end of file
+ <div id="main" class="wrapper">