Version Description
Download this release
Release Info
Developer | McGuive7 |
Plugin | Better Font Awesome |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- better-font-awesome.php +2 -2
better-font-awesome.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* Plugin Name: Better Font Awesome
|
13 |
* Plugin URI: http://wordpress.org/plugins/better-font-awesome
|
14 |
* Description: The ultimate Font Awesome icon plugin for WordPress.
|
15 |
-
* Version: 1.0.
|
16 |
* Author: MIGHTYminnow & Mickey Kay
|
17 |
* Author URI: mickey@mickeykaycreative.com
|
18 |
* License: GPLv2+
|
@@ -267,7 +267,7 @@ class Better_Font_Awesome_Plugin {
|
|
267 |
private function initialize_better_font_awesome_library( $options ) {
|
268 |
|
269 |
$args = array(
|
270 |
-
'version' => $options['version'] ? $options['version'] : $this->option_defaults['version'],
|
271 |
'minified' => isset( $options['minified'] ) ? $options['minified'] : '',
|
272 |
'remove_existing_fa' => isset( $options['remove_existing_fa'] ) ? $options['remove_existing_fa'] :'',
|
273 |
'load_styles' => true,
|
12 |
* Plugin Name: Better Font Awesome
|
13 |
* Plugin URI: http://wordpress.org/plugins/better-font-awesome
|
14 |
* Description: The ultimate Font Awesome icon plugin for WordPress.
|
15 |
+
* Version: 1.0.4
|
16 |
* Author: MIGHTYminnow & Mickey Kay
|
17 |
* Author URI: mickey@mickeykaycreative.com
|
18 |
* License: GPLv2+
|
267 |
private function initialize_better_font_awesome_library( $options ) {
|
268 |
|
269 |
$args = array(
|
270 |
+
'version' => isset( $options['version'] ) ? $options['version'] : $this->option_defaults['version'],
|
271 |
'minified' => isset( $options['minified'] ) ? $options['minified'] : '',
|
272 |
'remove_existing_fa' => isset( $options['remove_existing_fa'] ) ? $options['remove_existing_fa'] :'',
|
273 |
'load_styles' => true,
|