From b67cfee0941ecb06bba79a8395762b14fb02888c Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 24 Apr 2008 17:26:36 +0000 Subject: [PATCH] Document new secret-key API in sample config. git-svn-id: http://svn.automattic.com/wordpress/trunk@7808 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-config-sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-config-sample.php b/wp-config-sample.php index bb7ec33f7f..e639d7372e 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -8,8 +8,8 @@ define('DB_CHARSET', 'utf8'); define('DB_COLLATE', ''); // Change SECRET_KEY to a unique phrase. You won't have to remember it later, -// so make it long and complicated. You can visit https://www.grc.com/passwords.htm -// to get a phrase generated for you, or just make something up. +// so make it long and complicated. You can visit http://api.wordpress.org/secret-key/1.0/ +// to get a ecret key generated for you, or just make something up. define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase. // You can have multiple installations in one database if you give each a unique prefix