We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f72b2 commit aa20032Copy full SHA for aa20032
wp-bootstrap-loader.php
@@ -4,6 +4,20 @@
4
*
5
* @package wp-bootstrap-loader
6
*/
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
21
// Exit if accessed directly.
22
if ( ! defined( 'ABSPATH' ) ) { exit; }
23
0 commit comments