From f9ebce845d8eb5cbdb52fc89b8fe428a3da4bb43 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 20 Jul 2017 16:00:24 -0400 Subject: [PATCH] forgot the not operator in the conditional to exclude crowdriff added not operator to the excluding of crowdriff from loading on the add event page --- header.php | 2 +- index.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/header.php b/header.php index 06e2fb2..cdba767 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/index.php b/index.php index fb2b69c..247db44 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@

#DiscoverKZoo

- +
diff --git a/style.css b/style.css index b385f2d..9188c01 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: DiscoverKalamazoo Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for DiscoverKalamazoo -Version: 1.1.23 +Version: 1.1.24 */ -- 2.17.1