We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2908e93 + 5cc335f commit 7b5176dCopy full SHA for 7b5176d
README.md
@@ -61,8 +61,8 @@ wp_nav_menu( array(
61
'container_id' => 'bs-example-navbar-collapse-1',
62
'menu_class' => 'nav navbar-nav',
63
'fallback_cb' => 'WP_Bootstrap_Navwalker::fallback',
64
- 'walker' => new WP_Bootstrap_Navwalker())
65
-);
+ 'walker' => new WP_Bootstrap_Navwalker(),
+) );
66
```
67
68
Your menu will now be formatted with the correct syntax and classes to implement Bootstrap dropdown navigation.
0 commit comments