From e1be64d2d08d028e521a570f858bc18a4231fa4d Mon Sep 17 00:00:00 2001 From: westi Date: Mon, 1 Nov 2010 08:23:02 +0000 Subject: [PATCH] Improve WPLANG example. Fixes #13891 props TobiasBg. git-svn-id: http://svn.automattic.com/wordpress/trunk@16124 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-config-sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-config-sample.php b/wp-config-sample.php index 69cd75e53b3a..e73c1adcc5ad 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -66,10 +66,10 @@ * * 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.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.