]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-config.php
Wordpress 2.9.2-scripts
[autoinstalls/wordpress.git] / wp-config.php
index ef393580a4a4f00941bf3bde267d1a023fa12220..8c73aa26f3bea0309b008fc741e68d42be7a6212 100644 (file)
@@ -38,6 +38,7 @@ define('DB_COLLATE', '');
  *\r
  * Change these to different unique phrases!\r
  * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}\r
+ * 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.\r
  *\r
  * @since 2.6.0\r
  */\r
@@ -67,10 +68,9 @@ define ('WPLANG', '');
 \r
 /* That's all, stop editing! Happy blogging. */\r
 \r
-/** WordPress absolute path to the Wordpress directory. */\r
+/** Absolute path to the WordPress directory. */\r
 if ( !defined('ABSPATH') )\r
        define('ABSPATH', dirname(__FILE__) . '/');\r
 \r
 /** Sets up WordPress vars and included files. */\r
 require_once(ABSPATH . 'wp-settings.php');\r
-?>\r