| 1 | ### Eclipse Workspace Patch 1.0 |
|---|
| 2 | #P wordpress |
|---|
| 3 | Index: wp-config-sample.php |
|---|
| 4 | =================================================================== |
|---|
| 5 | --- wp-config-sample.php (revision 15667) |
|---|
| 6 | +++ wp-config-sample.php (working copy) |
|---|
| 7 | @@ -66,10 +66,10 @@ |
|---|
| 8 | * |
|---|
| 9 | * Change this to localize WordPress. A corresponding MO file for the chosen |
|---|
| 10 | * language must be installed to wp-content/languages. For example, install |
|---|
| 11 | - * de.mo to wp-content/languages and set WPLANG to 'de' to enable German |
|---|
| 12 | + * de.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German |
|---|
| 13 | * language support. |
|---|
| 14 | */ |
|---|
| 15 | -define ('WPLANG', ''); |
|---|
| 16 | +define('WPLANG', ''); |
|---|
| 17 | |
|---|
| 18 | /** |
|---|
| 19 | * For developers: WordPress debugging mode. |
|---|