Type.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6328a98e81
commit
c6cd1024c3
|
@ -28,7 +28,7 @@ function verify_current() {
|
||||||
if ('' == $user_pass)
|
if ('' == $user_pass)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if ( verify_login($user_login, $user_pass) {
|
if ( verify_login($user_login, $user_pass) ) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
header('Expires: Wed, 11 Jan 1984 05:00:00 GMT');
|
header('Expires: Wed, 11 Jan 1984 05:00:00 GMT');
|
||||||
|
|
Loading…
Reference in New Issue