Fix typo, props sambauers
git-svn-id: https://develop.svn.wordpress.org/trunk@10678 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7a11e84775
commit
bac97149c1
@ -1237,7 +1237,7 @@ function wp_salt($scheme = 'auth') {
|
||||
$secret_key = SECURE_AUTH_KEY;
|
||||
|
||||
if ( defined('SECURE_AUTH_SALT') ) {
|
||||
$salt = SECRET_AUTH_SALT;
|
||||
$salt = SECURE_AUTH_SALT;
|
||||
} else {
|
||||
$salt = get_option('secure_auth_salt');
|
||||
if ( empty($salt) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user