Skip to content

Commit dcbc279

Browse files
authored
Update readme.txt for consistent default bootstrap version
there was a contradition on lines 74 & 79 as to what is the default bootstrap version.
1 parent 5c5d399 commit dcbc279

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ This plugin supports Bootstrap v4 and v5.
7171

7272
The version can be selected in the plugin settings (Settings > Bootstrap Blocks) or by defining the `WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION` constant in the `wp-config.php` file:
7373

74-
* Bootstrap 4 (default): `define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '4' );`
75-
* Bootstrap 5: `define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '5' );`
74+
* Bootstrap 4: `define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '4' );`
75+
* Bootstrap 5 (default): `define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '5' );`
7676

7777
Possible values right now are `'4'` or `'5'`. By default Bootstrap version **5** is selected.
7878

0 commit comments

Comments
 (0)