Skip to content

Commit

Permalink
Apply the missing bits of the patch. Fixes #13891 props TobiasBg and zeo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/trunk@16131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
westi committed Nov 1, 2010
1 parent a490814 commit f00861d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-config-sample.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
/** /**
* 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', '');
Expand Down

0 comments on commit f00861d

Please sign in to comment.