From: Chuck Scott Date: Fri, 14 Apr 2017 16:01:38 +0000 (-0400) Subject: Added clarification to the smarty template debug setting X-Git-Tag: v2.9.15^2~24 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bfad28e3a3f2eb5d5fa412768ce8f6d4ac8419ec;p=WP-Plugins%2Fglm-member-db.git Added clarification to the smarty template debug setting --- diff --git a/defines.php b/defines.php index 755902b1..00a4a817 100644 --- a/defines.php +++ b/defines.php @@ -15,8 +15,8 @@ define('GLM_MEMBERS_PLUGIN_SLUG', 'glm-member-db'); define('GLM_MEMBERS_PLUGIN_UNDERSCORED_NAME', 'glm_member_db'); -// Enable to display smarty template debug. -define('GLM_MEMBERS_PLUGIN_DEBUG_SMARTY', false); +// Enable to display smarty template debug. Leave blank to disable or enter "TRUE" +define('GLM_MEMBERS_PLUGIN_DEBUG_SMARTY', ''); // Determine which system we're running on - If not provided, assume PRODUCTION $host = getenv('GLM_HOST_ID');