cleanup equeue

This commit is contained in:
koenemann 2016-03-03 13:13:27 +01:00
parent 5ab24b25c9
commit eaa86fc0b1
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
*/
function understrap_scripts() {
wp_enqueue_style( 'understrap-theme', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.3.7', false );
wp_enqueue_style( 'understrap-theme', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.3.7');
// Unregister the default jQuery
wp_deregister_script('jquery');
@ -27,7 +27,7 @@ function understrap_scripts() {
}
if ( is_active_sidebar( 'hero' ) ) {
wp_enqueue_style( 'understrap-carousel-style', get_template_directory_uri() . '/css/owl.carousel.css', array(), '20024', false );
wp_enqueue_style( 'understrap-carousel-style', get_template_directory_uri() . '/css/owl.carousel.css', array(), '20024' );
wp_enqueue_script( 'understrap-carousel-script', get_template_directory_uri() . '/js/owl.carousel.min.js', array(), '20024', true );}
}