Improve WPLANG example. Fixes #13891 props TobiasBg.

git-svn-id: https://develop.svn.wordpress.org/trunk@16124 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2010-11-01 08:23:02 +00:00
parent ddb20081c4
commit bdd159f7ca
1 changed files with 2 additions and 2 deletions

View File

@ -66,10 +66,10 @@ $table_prefix = 'wp_';
*
* 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.