Skip to content

Commit

Permalink
last change of 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgee committed Sep 22, 2018
1 parent cf134ee commit 9bb1db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/class-fl-child-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static public function enqueue_scripts()
// Remove FA 4
wp_dequeue_style( 'font-awesome' );
wp_deregister_style( 'font-awesome' );
wp_deregister_style( 'font-awesome', get_stylesheet_directory_uri() . '/font-awesome-4.7.0/css/font-awesome.min.css' );
//wp_deregister_style( 'font-awesome', get_stylesheet_directory_uri() . '/font-awesome-4.7.0/css/font-awesome.min.css' );
// If we need external
//wp_enqueue_style( 'font-awesome-5', get_stylesheet_directory_uri() . '/fonts/fontawesome/css/fontawesome-all.min.css' );
// Load FA 5 Everywhere
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Theme Name: Beavertron
Theme URI: https://www.wpbeaches.com
Version: 1.0
Version: 1.6
Description: An example child theme that can be used as a starting point for custom development.
Author: Neil Gowran
Author URI: https://www.wpbeaches.com
Expand Down

0 comments on commit 9bb1db6

Please sign in to comment.