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
This commit is contained in:
ryan 2008-12-22 23:19:23 +00:00
parent cc67ec0499
commit c6e8ef4885

View File

@ -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.
*
* <code>
* 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
*/