Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Update header.php
Browse files Browse the repository at this point in the history
Fixed attributes to wp_nav_menu
  • Loading branch information
adriandmitroca committed Mar 26, 2015
1 parent 346c5a8 commit 3ab11ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -135,6 +135,6 @@
</header>

<nav id="nav" role="navigation">
<?php wp_nav_menu( array('menu' => 'primary') ); ?>
<?php wp_nav_menu( array('theme_location' => 'primary') ); ?>
</nav>

0 comments on commit 3ab11ae

Please sign in to comment.