From: Anthony Talarico Date: Thu, 20 Jul 2017 20:00:24 +0000 (-0400) Subject: forgot the not operator in the conditional to exclude crowdriff X-Git-Tag: v1.1.24^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f9ebce845d8eb5cbdb52fc89b8fe428a3da4bb43;p=WP-Themes%2FDiscoverKZOO.git 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 --- 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 */