Skip to content

Commit

Permalink
Set menu level/depth to 3 (refs #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jul 20, 2014
1 parent 1af6ee3 commit acf496e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -49,7 +49,7 @@
wp_nav_menu( array(
'menu' => 'primary',
'theme_location' => 'primary',
'depth' => 2,
'depth' => 3,
'container' => 'div',
'container_class' => 'collapse navbar-collapse',
'container_id' => 'bs-example-navbar-collapse-1',
Expand Down

0 comments on commit acf496e

Please sign in to comment.