BACKPRESS_PATH = GP_PATH.GP_INC.'backpress/'
(line 22)
BPDB__CONNECT_ERROR_MESSAGE = 'ERROR: Could not establish a database connection'
(line 107)
Define BackPress Database errors if not already done - no localisation at this stage
BPDB__DB_VERSION_ERROR = 'ERROR: GlotPress requires MySQL 4.0.0 or higher'
(line 119)
BPDB__ERROR_HTML = '<div id="error"><p class="bpdberror"><strong>Database error:</strong> [%s]<br /><code>%s</code><br />Caller: %s</p></div>'
(line 116)
BPDB__ERROR_STRING = 'ERROR: GlotPress database error - "%s" for query "%s" via caller "%s"'
(line 113)
BPDB__PHP_EXTENSION_MISSING = 'ERROR: GlotPress requires The MySQL PHP extension'
(line 122)
BPDB__SELECT_ERROR_MESSAGE = 'ERROR: Can\'t select database.'
(line 110)
DATE_MYSQL = 'Y-m-d H:i:s'
(line 43)
GP_COOKIE_DOMAIN = false
(line 251)
It is possible to define this in wp-config.php and it will be used as the domain for all cookies.
Set it carefully for sharing cookies amonst subdomains
GP_DATABASE_CLASS = 'BPDB_Multi'
(line 99)
GP_DATABASE_CLASS_INCLUDE = BACKPRESS_PATH.'class.bpdb-multi.php'
(line 91)
GP_LANG_PATH = GP_PATH.'languages/'
(line 35)
GP_LOCALES_PATH = GP_PATH.'locales/'
(line 30)
GP_OBJECT_CACHE_FUNCTIONS_INCLUDE = BACKPRESS_PATH.'loader.wp-object-cache.php'
(line 186)
Define the full path to the object cache functions include
GP_PLUGINS_PATH = GP_PATH.'plugins/'
(line 39)
GP_POMO_PATH = GP_PATH.'pomo/'
(line 26)
GP_TESTS_PATH = GP_PATH.'t/'
(line 47)
GP_TMPL_PATH = GP_PATH.'gp-templates/'
(line 168)
WP_AUTH_COOKIE_VERSION = 2
(line 231)