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
This commit is contained in:
parent
049b86dea5
commit
c2e45c1e08
|
@ -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', '');
|
||||
|
||||
|
|
Loading…
Reference in New Issue