summaryrefslogtreecommitdiffstats
path: root/wp-config-sample.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-config-sample.php')
-rw-r--r--wp-config-sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-config-sample.php b/wp-config-sample.php
index 960bab3..302e1ec 100644
--- a/wp-config-sample.php
+++ b/wp-config-sample.php
@@ -20,7 +20,7 @@ $table_prefix = 'wp_'; // Only numbers, letters, and underscores please!
// chosen language must be installed to wp-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to 'de'
// to enable German language support.
-define('WPLANG', '');
+define ('WPLANG', '');
// uncomment this to enable wp-content/sunrise.php support
//define( 'SUNRISE', 'on' );