From c2e45c1e08f699f3122d5449122f2fa1bf61a3f8 Mon Sep 17 00:00:00 2001 From: rob1n Date: Sun, 15 Apr 2007 21:29:41 +0000 Subject: [PATCH] Update wp-config.php to reference wp-contents/languages instead of wp-includes/languages. Props Nazgul. fixes #4150 git-svn-id: http://svn.automattic.com/wordpress/trunk@5273 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 6186f73fc8..06f6fdca75 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -11,8 +11,8 @@ define('DB_COLLATE', ''); $table_prefix = 'wp_'; // Only numbers, letters, and underscores please! // 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' +// 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', '');