From e4396a891e881a22f52bb316c585776884b5dc2c Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 3 Dec 2008 19:04:07 +0000 Subject: [PATCH] Don't show form when confirming password resets. git-svn-id: https://develop.svn.wordpress.org/trunk@10023 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-login.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-login.php b/wp-login.php index dee260eeca..dab6324f4b 100644 --- a/wp-login.php +++ b/wp-login.php @@ -462,8 +462,8 @@ default: $user_login = ( 'incorrect_password' == $errors->get_error_code() || 'empty_password' == $errors->get_error_code() ) ? attribute_escape(stripslashes($_POST['log'])) : ''; ?> -
+

@@ -479,10 +479,8 @@ default:

- -

 

-
+