From 00b6ce601ca770cf4b77f0a1741e22982fb84f59 Mon Sep 17 00:00:00 2001 From: azaozz Date: Mon, 2 Mar 2009 00:28:52 +0000 Subject: [PATCH] Fix typo, props sambauers git-svn-id: http://svn.automattic.com/wordpress/trunk@10678 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 f4ecd3fb1..a2fbfa9d1 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) ) {