Apply the missing bits of the patch. Fixes #13891 props TobiasBg and zeo

git-svn-id: http://svn.automattic.com/wordpress/trunk@16131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2010-11-01 14:45:11 +00:00
parent a4908141b8
commit f00861d35f
1 changed files with 2 additions and 2 deletions

View File

@ -64,9 +64,9 @@ $table_prefix = 'wp_';
/** /**
* WordPress Localized Language, defaults to English. * 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 * language must be installed to wp-content/languages. For example, install
* de.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
* language support. * language support.
*/ */
define('WPLANG', ''); define('WPLANG', '');