From: Laury GvR Date: Fri, 13 Jul 2018 20:42:15 +0000 (-0400) Subject: Cache busting X-Git-Tag: v1.0.10^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f78ffdbbb53ffe99a97de3543f6f579877571326;p=WP-Themes%2Fharborpointassociation2018.git Cache busting --- diff --git a/functions.php b/functions.php index 32c40be..3775022 100644 --- a/functions.php +++ b/functions.php @@ -61,7 +61,7 @@ function glm_site_scripts() wp_enqueue_script('jquery'); wp_enqueue_script( 'glm_foundation', - get_template_directory_uri() . '/js/app.js', + get_template_directory_uri() . '/js/app.js?v=1.0.10', 'jquery', '1.0', true diff --git a/parts/header-meta.php b/parts/header-meta.php index f770287..bb17220 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -2,7 +2,7 @@ <?php wp_title(); ?> - +