From c6cd1024c39b8feb38a7f54d4ad01a413d538bc7 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Mon, 9 Aug 2004 09:06:49 +0000 Subject: [PATCH] Type. git-svn-id: http://svn.automattic.com/wordpress/trunk@1525 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions-user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions-user.php b/wp-includes/functions-user.php index fb94b1b64a..f8c5816ef4 100644 --- a/wp-includes/functions-user.php +++ b/wp-includes/functions-user.php @@ -28,7 +28,7 @@ function verify_current() { if ('' == $user_pass) return false; - if ( verify_login($user_login, $user_pass) { + if ( verify_login($user_login, $user_pass) ) { return true; } else { header('Expires: Wed, 11 Jan 1984 05:00:00 GMT');