diff options
Diffstat (limited to 'themes/twentyfourteen/header.php')
-rw-r--r-- | themes/twentyfourteen/header.php | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/themes/twentyfourteen/header.php b/themes/twentyfourteen/header.php index 4dec164a..7286d889 100644 --- a/themes/twentyfourteen/header.php +++ b/themes/twentyfourteen/header.php @@ -51,15 +51,7 @@ <nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation"> <button class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></button> <a class="screen-reader-text skip-link" href="#content"><?php _e( 'Skip to content', 'twentyfourteen' ); ?></a> - <?php - wp_nav_menu( - array( - 'theme_location' => 'primary', - 'menu_class' => 'nav-menu', - 'menu_id' => 'primary-menu', - ) - ); -?> + <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu', 'menu_id' => 'primary-menu' ) ); ?> </nav> </div> |