Formatting

This commit is contained in:
Braad
2015-04-30 14:52:22 -07:00
parent c8667ce065
commit 3dae9f0443
2 changed files with 159 additions and 159 deletions
+5 -5
View File
@@ -21,8 +21,8 @@ add_action( 'init', 'trestle_load_bfa' );
*/
function trestle_load_bfa() {
// Set the library initialization args.
$args = array(
// Set the library initialization args.
$args = array(
'version' => 'latest',
'minified' => true,
'remove_existing_fa' => false,
@@ -30,10 +30,10 @@ function trestle_load_bfa() {
'load_admin_styles' => true,
'load_shortcode' => true,
'load_tinymce_plugin' => true,
);
);
// Initialize the Better Font Awesome Library.
Better_Font_Awesome_Library::get_instance( $args );
// Initialize the Better Font Awesome Library.
Better_Font_Awesome_Library::get_instance( $args );
}