Fixed minor error with format of defined parameter
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 14 Feb 2017 15:43:56 +0000 (10:43 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 14 Feb 2017 15:43:56 +0000 (10:43 -0500)
defines.php

index b7d73e8..5c4e9be 100644 (file)
@@ -13,7 +13,7 @@ define('{definedPrefix}_PLUGIN_SLUG', '{slugString}');
 
 // Database table prefixes - change if using add-on tables
 global $wpdb;
-define('{definedPrefix}_PLUGIN_DB_PREFIX', $wpdb->prefix.'{camelcasePrefix}');
+define('{definedPrefix}_PLUGIN_DB_PREFIX', $wpdb->prefix.'{camelcasePrefix}_');
 define('{definedPrefix}_PLUGIN_ACTIVE_DB_OPTION', '{camelcasePrefix}DbVersion');
 
 // Determine which system we're running on - If not provided, assume PRODUCTION