Skip to content

Commit aa20032

Browse files
committed
plugin file info
1 parent 09f72b2 commit aa20032

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

wp-bootstrap-loader.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
*
55
* @package wp-bootstrap-loader
66
*/
7+
8+
/*
9+
* Plugin Name: WP Bootstrap Loader
10+
* Plugin URI: https://github.com/wp-bootstrap/wp-bootstrap-loader
11+
* Version: 2.0.5
12+
* Description: A WordPress class to load Bootstrap and FontAwesome stylesheets and scripts.
13+
* Author: WP-Bootstrap
14+
* Author URI: https://github.com/wp-bootstrap
15+
* GitHub Plugin URI: https://github.com/wp-bootstrap/wp-bootstrap-loader
16+
* GitHub Branch: master
17+
* License: GPL-3.0+
18+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
19+
*/
20+
721
// Exit if accessed directly.
822
if ( ! defined( 'ABSPATH' ) ) { exit; }
923

0 commit comments

Comments
 (0)