From bac97149c14c2efcb28f75ad4d6ca8b4ecd83e99 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 2 Mar 2009 00:28:52 +0000 Subject: [PATCH] Fix typo, props sambauers git-svn-id: https://develop.svn.wordpress.org/trunk@10678 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index f4ecd3fb18..a2fbfa9d15 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -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) ) {