Make WordPress Core

Changeset 5273


Ignore:
Timestamp:
04/15/2007 09:29:41 PM (17 years ago)
Author:
rob1n
Message:

Update wp-config.php to reference wp-contents/languages instead of wp-includes/languages. Props Nazgul. fixes #4150

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config-sample.php

    r5001 r5273  
    1212
    1313// Change this to localize WordPress.  A corresponding MO file for the
    14 // chosen language must be installed to wp-includes/languages.
    15 // For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
     14// chosen language must be installed to wp-content/languages.
     15// For example, install de.mo to wp-content/languages and set WPLANG to 'de'
    1616// to enable German language support.
    1717define ('WPLANG', '');
Note: See TracChangeset for help on using the changeset viewer.