Skip to content

Commit 6a1fa18

Browse files
authored
Removed mentions of Bootstrap 2.0 legacy version
1 parent 6c0776c commit 6a1fa18

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
A custom WordPress nav walker class to fully implement the Bootstrap 3.0+ navigation style in a custom theme using the WordPress built in menu manager.
99

10-
## Bootstrap 2.x vs Bootstrap 3.0
11-
12-
There are many changes Bootstrap 2.x & Bootstrap 3.0 that affect both how the nav walker class is used and what the walker supports. For CSS changes I recommend reading the [Migrating from 2.x to 3.0](https://getbootstrap.com/getting-started/#migration) in the official Bootstrap docs.
13-
14-
The most noticeable functionality change in Bootstrap 3.0.0+ is that it only supports a single dropdown level. This script is intended to implement the Bootstrap 3.0 menu structure without adding additional features, so additional dropdown levels will not be supported.
15-
16-
If you would like to use **Bootstrap 2.x** you can use the [legacy version](https://github.com/twittem/wp-bootstrap-navwalker/tree/For-Bootstrap-2.3.2) of the walker class.
17-
1810
## NOTE
1911

2012
This is a utility class that is intended to format your WordPress theme menu with the correct syntax and classes to utilize the Bootstrap dropdown navigation, and does not include the required Bootstrap JS files. You will have to include them manually.

0 commit comments

Comments
 (0)