From eaa86fc0b17204def7a0e7ea7482df14988f9b83 Mon Sep 17 00:00:00 2001 From: koenemann Date: Thu, 3 Mar 2016 13:13:27 +0100 Subject: [PATCH] cleanup equeue --- inc/enqueue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/enqueue.php b/inc/enqueue.php index f66ae7a..592ddf1 100644 --- a/inc/enqueue.php +++ b/inc/enqueue.php @@ -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 );} }