Merge pull request #4 from benchmarkstudios/master

update fork
This commit is contained in:
Lukas Juhas 2017-03-13 11:44:15 +00:00 committed by GitHub
commit a1d40bc567
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ function barebones_scripts()
* For IE8 to play nice, you'll need to include your CSS here, for example: * 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( '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_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_register_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js', false, '1.11.3', true);
wp_enqueue_script('jquery'); wp_enqueue_script('jquery');