X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/a7152b1f4c81650e5ba96ef07f9aa9c0fbc7752b..97318cb132b41ce8416eeb8bc0bf2b82cbcc2572:/wp-config.php diff --git a/wp-config.php b/wp-config.php index 7790762d..c0b15cc6 100644 --- a/wp-config.php +++ b/wp-config.php @@ -64,12 +64,12 @@ $table_prefix = 'wp_'; /** * WordPress Localized Language, defaults to English. * - * Change this to localize WordPress. A corresponding MO file for the chosen + * Change this to localize WordPress. A corresponding MO file for the 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 + * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German * language support. */ -define ('WPLANG', ''); +define('WPLANG', ''); /** * For developers: WordPress debugging mode.