projects
/
WP-Plugins
/
glm-member-db-sample.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
661f4fd
)
Fixed minor error with format of defined parameter
author
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 14 Feb 2017 15:43:56 +0000
(10:43 -0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 14 Feb 2017 15:43:56 +0000
(10:43 -0500)
defines.php
patch
|
blob
|
history
diff --git
a/defines.php
b/defines.php
index
b7d73e8
..
5c4e9be
100644
(file)
--- a/
defines.php
+++ b/
defines.php
@@
-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