Fix typo, props sambauers

git-svn-id: http://svn.automattic.com/wordpress/trunk@10678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-03-02 00:28:52 +00:00
parent ebe8aa4804
commit 00b6ce601c
1 changed files with 1 additions and 1 deletions

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