Added clarification to the smarty template debug setting
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 14 Apr 2017 16:01:38 +0000 (12:01 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 14 Apr 2017 16:01:38 +0000 (12:01 -0400)
defines.php

index 755902b..00a4a81 100644 (file)
@@ -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');