Make WordPress Core

Ticket #13891: 13891-2.diff

File 13891-2.diff, 712 bytes (added by zeo, 15 years ago)

In [16124], westi left a couple of things out (spaces, _DE) from TobiasBg original patch. Patch refreshed against the current trunk.

  • 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_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 */
    7272define('WPLANG', '');