Skip to content

Commit

Permalink
Update enqueues.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPadbury committed Dec 20, 2017
1 parent adbfb08 commit 1c3ccb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/enqueues.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function b4st_enqueues() {

/* Scripts */

wp_register_script('font-awesome', 'https://use.fontawesome.com/releases/v5.0.1/js/all.js', false, '5.0.1', null);
wp_register_script('font-awesome', 'https://use.fontawesome.com/releases/v5.0.2/js/all.js', false, '5.0.2', null);
wp_enqueue_script('font-awesome');


Expand Down

0 comments on commit 1c3ccb6

Please sign in to comment.