X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/542cf06a610bc430421351ace7a2cc45f393b990..refs/tags/wordpress-3.4.2-scripts:/wp-config.php?ds=sidebyside 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.