Ticket #13891: 13891.patch
File 13891.patch, 797 bytes (added by , 15 years ago) |
---|
-
wp-config-sample.php
64 64 /** 65 65 * WordPress Localized Language, defaults to English. 66 66 * 67 * Change this to localize WordPress. 67 * Change this to localize WordPress. A corresponding MO file for the chosen 68 68 * language must be installed to wp-content/languages. For example, install 69 * de .mo to wp-content/languages and set WPLANG to 'de' to enable German69 * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German 70 70 * language support. 71 71 */ 72 define 72 define('WPLANG', ''); 73 73 74 74 /** 75 75 * For developers: WordPress debugging mode.