X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/11be8dc178e77d0b46189bbd8e33a216a9b90942..refs/tags/wordpress-2.9.2-scripts:/wp-config-sample.php diff --git a/wp-config-sample.php b/wp-config-sample.php index c0013a38..c884ff0c 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -38,6 +38,7 @@ define('DB_COLLATE', ''); * * Change these to different unique phrases! * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service} + * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */ @@ -67,10 +68,9 @@ define ('WPLANG', ''); /* That's all, stop editing! Happy blogging. */ -/** WordPress absolute path to the Wordpress directory. */ +/** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php'); -?>