From 223f916ae1e5dcca4ecf6f7e0dbcd14e0ef84aea Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Wed, 20 Mar 2024 16:48:41 +0100 Subject: [PATCH] increase stylesheet version to 15 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 60c6d45..65b162f 100644 --- a/functions.php +++ b/functions.php @@ -170,7 +170,7 @@ function links_wien_theme_widgets_init() { * Increase the version every time there are changes to these to bust the cache. */ function links_wien_theme_scripts() { - wp_enqueue_style( 'links-wien-theme-style', get_stylesheet_uri(), array(), '14'); + wp_enqueue_style( 'links-wien-theme-style', get_stylesheet_uri(), array(), '15'); wp_enqueue_script( 'links-wien-theme-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '2', true );