From c6e8ef4885a57d824a92ca6d8fcb0e8e5fe15de5 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 22 Dec 2008 23:19:23 +0000 Subject: [PATCH] Update secret-key url. Props sivel. fixes #8687 for 2.7 git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10242 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pluggable.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index aff0707cbd..a6985a1c3e 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -1210,7 +1210,7 @@ if ( !function_exists('wp_salt') ) : * Below is an example of how the SECRET_KEY constant is defined with a value. * You must not copy the below example and paste into your wp-config.php. If you * need an example, then you can have a - * {@link http://api.wordpress.org/secret-key/1.0/ secret key created} for you. + * {@link https://api.wordpress.org/secret-key/1.1/ secret key created} for you. * * * define('SECRET_KEY', 'mAry1HadA15|\/|b17w55w1t3asSn09w'); @@ -1221,7 +1221,7 @@ if ( !function_exists('wp_salt') ) : * salt string is not weak. * * @since 2.5 - * @link http://api.wordpress.org/secret-key/1.0/ Create a Secret Key for wp-config.php + * @link https://api.wordpress.org/secret-key/1.1/ Create a Secret Key for wp-config.php * * @return string Salt value from either 'SECRET_KEY' or 'secret' option */