Grunt SVG stuff and general tidy-up
This commit is contained in:
parent
4eade92a01
commit
b0be6463a8
14 changed files with 121 additions and 25 deletions
|
@ -35,7 +35,7 @@ function theme_scripts() {
|
|||
wp_deregister_script( 'jquery' );
|
||||
wp_register_script( 'jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js', false, '1.10.2', true );
|
||||
wp_enqueue_script( 'jquery' );
|
||||
wp_enqueue_script( 'script', get_stylesheet_directory_uri() . '/js/script.js', array( 'jquery' ), null, true );
|
||||
wp_enqueue_script( 'script', get_stylesheet_directory_uri() . '/script.js', array( 'jquery' ), null, true );
|
||||
}
|
||||
|
||||
add_action( 'wp_enqueue_scripts', 'theme_scripts' );
|
||||
|
@ -56,4 +56,4 @@ function wp_nav_menu_args( $args = '' ) {
|
|||
return $args;
|
||||
}
|
||||
|
||||
add_filter( 'wp_nav_menu_args', 'wp_nav_menu_args' );
|
||||
add_filter( 'wp_nav_menu_args', 'wp_nav_menu_args' );
|
Loading…
Add table
Add a link
Reference in a new issue