Skip to content

Commit

Permalink
Mobile Menu, all but first child olefredrik#627. Closed ul tag on lin…
Browse files Browse the repository at this point in the history
…e 46 of /library/navigation.php
  • Loading branch information
erwinpagulong committed Dec 15, 2015
1 parent 5158a3d commit 73e2cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function foundationpress_mobile_nav() {
'menu' => __( 'mobile-nav', 'foundationpress' ),
'menu_class' => 'vertical menu',
'theme_location' => 'mobile-nav',
'items_wrap' => '<ul id="%1$s" class="%2$s show-for-small-only" data-accordion-menu%3$s</ul>',
'items_wrap' => '<ul id="%1$s" class="%2$s show-for-small-only" data-accordion-menu>%3$s</ul>',
'fallback_cb' => false,
'walker' => new Foundationpress_Mobile_Walker(),
));
Expand Down

0 comments on commit 73e2cef

Please sign in to comment.