Remove unused 'secret' option. Fixes #12221

git-svn-id: https://develop.svn.wordpress.org/trunk@13309 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-02-22 20:27:02 +00:00
parent fb28a4ec5b
commit 59167f1593
4 changed files with 4 additions and 21 deletions

View File

@@ -1288,7 +1288,8 @@ if ( !function_exists('wp_salt') ) :
* @since 2.5
* @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
* @param string $scheme Authentication scheme
* @return string Salt value
*/
function wp_salt($scheme = 'auth') {
global $wp_default_secret_key;