From a318c79670b1d05110155273c53ec5f34bc65754 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 27 Aug 2014 03:06:11 +0000 Subject: [PATCH] Password resets: Use network_site_url() for form actions. Merges [29631] to the 3.7 branch. props mdawaffe. fixes #29156. Built from https://develop.svn.wordpress.org/branches/3.7@29640 git-svn-id: http://core.svn.wordpress.org/branches/3.7@29414 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-login.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 48d18cff00..6ba884e021 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.7.4'; +$wp_version = '3.7.5-alpha'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-login.php b/wp-login.php index b8f9dfcda5..44d13a5b29 100644 --- a/wp-login.php +++ b/wp-login.php @@ -518,7 +518,7 @@ case 'retrievepassword' : ?> -
+

@@ -611,7 +611,7 @@ case 'rp' : login_header(__('Reset Password'), '

' . __('Enter your new password below.') . '

', $errors ); ?> - +