From 0cc431b007bbb695bbf3da56bbc489f144080988 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 22 Dec 2008 23:00:13 +0000 Subject: [PATCH] Update secret-key url. Props sivel. fixes #8687 for trunk git-svn-id: https://develop.svn.wordpress.org/trunk@10241 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 */