X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/6d3aa5fe58b2f91735fe04e94a2c12b7dd9adb09..caeaf8dc94b5e3f75dc98ec92dc7b76049cdddb6:/wp-config.php diff --git a/wp-config.php b/wp-config.php index c4ea0385..e07e93ca 100644 --- a/wp-config.php +++ b/wp-config.php @@ -3,9 +3,9 @@ * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, - * Secret Keys, WordPress Language, and ABSPATH. You can find more information - * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing - * wp-config.php} Codex page. You can get the MySQL settings from your web host. + * Secret Keys, and ABSPATH. You can find more information by visiting + * {@link http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} + * Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file @@ -61,16 +61,6 @@ define('NONCE_SALT', WIZARD_NONCE_SALT); */ $table_prefix = 'wp_'; -/** - * WordPress Localized Language, defaults to English. - * - * Change this to localize WordPress. A corresponding MO file for the chosen - * language must be installed to wp-content/languages. For example, install - * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German - * language support. - */ -define('WPLANG', ''); - /** * For developers: WordPress debugging mode. *