From d1a69c73eafffca6ebd28832af3d1098dec24363 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Wed, 22 Feb 2017 10:15:18 +0000 Subject: [PATCH] Updated FontAwesome version --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index f16dbcc..66972db 100644 --- a/functions.php +++ b/functions.php @@ -68,7 +68,7 @@ function barebones_scripts() * For IE8 to play nice, you'll need to include your CSS here, for example: */ // wp_enqueue_style( 'fonts', '//fonts.googleapis.com/css?family=Font+Family' ); - // wp_enqueue_style( 'icons', '//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css' ); + // wp_enqueue_style( 'icons', '//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' ); wp_deregister_script('jquery'); wp_register_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js', false, '1.11.3', true); wp_enqueue_script('jquery');