Make WordPress Core

Ticket #13891: 13891.patch

File 13891.patch, 797 bytes (added by TobiasBg, 15 years ago)

Patch to fix language code and remove spaces

  • wp-config-sample.php

     
    6464/**
    6565 * WordPress Localized Language, defaults to English.
    6666 *
    67  * Change this to localize WordPress.  A corresponding MO file for the chosen
     67 * Change this to localize WordPress. A corresponding MO file for the chosen
    6868 * 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 German
     69 * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
    7070 * language support.
    7171 */
    72 define ('WPLANG', '');
     72define('WPLANG', '');
    7373
    7474/**
    7575 * For developers: WordPress debugging mode.