From 7a0b63c026232e44a99c41481cc25b49b0653640 Mon Sep 17 00:00:00 2001 From: koenemann Date: Fri, 24 Nov 2017 08:31:05 +0100 Subject: [PATCH] =?UTF-8?q?Removing=20*=20=C2=B4s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/enqueue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/enqueue.php b/inc/enqueue.php index 82c4eb85..b55fa94d 100644 --- a/inc/enqueue.php +++ b/inc/enqueue.php @@ -13,8 +13,8 @@ if ( ! function_exists( 'understrap_scripts' ) ) { // Get the theme data. $the_theme = wp_get_theme(); wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), $the_theme->get( 'Version' ), false ); - * wp_register_script('jquery-slim', (get_template_directory_uri() . '/js/jquery.slim.min.js'), true, '3.2.1'); - * wp_enqueue_script( 'jquery-slim' ); + wp_register_script('jquery-slim', (get_template_directory_uri() . '/js/jquery.slim.min.js'), true, '3.2.1'); + wp_enqueue_script( 'jquery-slim' ); wp_enqueue_script( 'popper-scripts', get_template_directory_uri() . '/js/popper.min.js', array(), true); wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), $the_theme->get( 'Version' ), true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {