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:
parent
f9e3a4df2a
commit
7a432a2ae9
|
@ -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