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:
parent
26cd478bb7
commit
df08604882
|
@ -302,7 +302,6 @@ function wp_login($username, $password, $already_md5 = false) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
$error = __('<strong>ERROR</strong>: Incorrect password.');
|
$error = __('<strong>ERROR</strong>: Incorrect password.');
|
||||||
$pwd = '';
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue