Update ver of fontawesome
This commit is contained in:
parent
856c40738e
commit
60866e4347
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,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', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css' );
|
||||
* wp_enqueue_style( 'icons', '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css' );
|
||||
*/
|
||||
wp_deregister_script( 'jquery' );
|
||||
wp_register_script( 'jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js', false, '1.11.1', true );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue