mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user