Skip to content

Commit 7b5176d

Browse files
authored
Merge pull request #327 from szepeviktor/patch-3
Format array and wp_nav_menu call in readme
2 parents 2908e93 + 5cc335f commit 7b5176d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ wp_nav_menu( array(
6161
'container_id' => 'bs-example-navbar-collapse-1',
6262
'menu_class' => 'nav navbar-nav',
6363
'fallback_cb' => 'WP_Bootstrap_Navwalker::fallback',
64-
'walker' => new WP_Bootstrap_Navwalker())
65-
);
64+
'walker' => new WP_Bootstrap_Navwalker(),
65+
) );
6666
```
6767

6868
Your menu will now be formatted with the correct syntax and classes to implement Bootstrap dropdown navigation.

0 commit comments

Comments
 (0)