Remove unused variable. Props epper. fixes #5339

git-svn-id: https://develop.svn.wordpress.org/trunk@6330 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-11-12 19:31:49 +00:00
parent f9e3a4df2a
commit 7a432a2ae9
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@ function wp_login($username, $password, $already_md5 = false) {
return true;
} else {
$error = __('<strong>ERROR</strong>: Incorrect password.');
$pwd = '';
return false;
}
}