Improve WPLANG example. Fixes #13891 props TobiasBg.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7c2662a476
commit
e1be64d2d0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue