From 454622fb40019cbabc87df428f94e06a23849084 Mon Sep 17 00:00:00 2001 From: Jay Wood Date: Mon, 24 Nov 2014 09:47:48 -0500 Subject: [PATCH] spacing fix --- content-warning-v3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-warning-v3.php b/content-warning-v3.php index 981fe31..0942501 100644 --- a/content-warning-v3.php +++ b/content-warning-v3.php @@ -11,7 +11,7 @@ require_once dirname( __FILE__ ) . '/inc/api.php'; if ( is_admin() ){ require_once dirname( __FILE__ ) . '/inc/options.inc.php'; - if( ! class_exists( 'JW_SIMPLE_OPTIONS' ) ){ + if ( ! class_exists( 'JW_SIMPLE_OPTIONS' ) ){ require_once dirname( __FILE__ ) . '/lib/jw_simple_options/simple_options.php'; } require_once dirname( __FILE__ ) . '/class/admin.class.php';