Fix typo, props sambauers
git-svn-id: http://svn.automattic.com/wordpress/trunk@10678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ebe8aa4804
commit
00b6ce601c
|
@ -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