Fix typo, props sambauers

git-svn-id: https://develop.svn.wordpress.org/trunk@10678 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-03-02 00:28:52 +00:00
parent 7a11e84775
commit bac97149c1

View File

@ -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) ) {