Remove unused variable. Props epper. fixes #5339

git-svn-id: http://svn.automattic.com/wordpress/trunk@6330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-11-12 19:31:49 +00:00
parent 26cd478bb7
commit df08604882
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;
}
}