From 70132146da96f2725e9f7947df172eb7ee2246cf Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 29 Dec 2016 13:10:23 -0500 Subject: [PATCH] CSS cache bust fix for old cached css file. Missed the next tag number and jumped over 1.2.2 --- header.php | 6 +++--- style.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/header.php b/header.php index 3dceb40..7b84f1d 100755 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + @@ -55,5 +55,5 @@
- - \ No newline at end of file + + diff --git a/style.css b/style.css index a312687..cd21e7a 100755 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Sierra Sands Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme created for Sierra Sands. -Version: 1.2.1 +Version: 1.2.3 */ -- 2.17.1