From c2ba81dbb1cde3f5994f0602bdea8f45b5a519b1 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 3 Dec 2008 19:04:07 +0000 Subject: [PATCH] Don't show form when confirming password resets. git-svn-id: http://svn.automattic.com/wordpress/trunk@10023 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-login.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-login.php b/wp-login.php index dee260eec..dab6324f4 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:

- -

 

-
+