What are these extra configuration variables>
-
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
I have only 1 blog, so can this be left as is, or should it be commented out?// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);If English is this left as is, or commented out?
/* Stop editing */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);What should be in this define variable? Example?
As far as I can find, these are not explained in the docs or codex.
Thanks
- The topic ‘What are these extra configuration variables>’ is closed to new replies.