Skip to content

Commit 92a0bcd

Browse files
committed
Merge branch 'szepeviktor-patch-5'
2 parents 223f70c + f7e030e commit 92a0bcd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

class-wp-bootstrap-navwalker.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?php
22
/**
3-
* WP Bootstrap Navwalker
3+
* WP Bootstrap Navwalker.
44
*
55
* @package WP-Bootstrap-Navwalker
6-
*/
7-
8-
/*
9-
* Class Name: WP_Bootstrap_Navwalker
6+
*
7+
* @wordpress-plugin
108
* Plugin Name: WP Bootstrap Navwalker
119
* Plugin URI: https://github.com/wp-bootstrap/wp-bootstrap-navwalker
1210
* Description: A custom WordPress nav walker class to implement the Bootstrap 4 navigation style in a custom theme using the WordPress built in menu manager.
@@ -17,7 +15,7 @@
1715
* GitHub Branch: master
1816
* License: GPL-3.0+
1917
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
20-
*/
18+
*/
2119

2220
/* Check if Class Exists. */
2321
if ( ! class_exists( 'WP_Bootstrap_Navwalker' ) ) {

0 commit comments

Comments
 (0)