From 7b6b2865af066881a49937d8cda9cf523cad8cd7 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 25 Feb 2019 13:07:48 -0500 Subject: [PATCH] Glm-dev stylesheet cache busting --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 2c94e03..317c20d 100644 --- a/functions.php +++ b/functions.php @@ -275,7 +275,7 @@ function wmta_scripts() { wp_enqueue_script( 'wmta-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20130115', true ); wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/javascript/glm-dev.js', array(), '1.0.39', true ); - wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/stylesheets/glm-dev.css', false, "1.0.39" ); + wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/stylesheets/glm-dev.css', false, "1.0.39.0" ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); -- 2.17.1