From aaac167408f8100b0753841d9fd9c20a98e1b68f Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 9 Aug 2004 09:06:49 +0000 Subject: [PATCH] Type. git-svn-id: https://develop.svn.wordpress.org/trunk@1525 602fd350-edb4-49c9-b593-d223f7449a82 --- 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');