diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index f554e1fdc5..f7a7b11ef5 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -471,7 +471,7 @@ function wp_login_form( $args = array() ) { $login_form_bottom = apply_filters( 'login_form_bottom', '', $args ); $form = ' -
+ ' . $login_form_top . '

diff --git a/wp-includes/version.php b/wp-includes/version.php index 674785457b..0c7b28bed7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.1-alpha-36041'; +$wp_version = '4.4.1-alpha-36043'; /** * 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 ea3afc6c45..a9589f5685 100644 --- a/wp-login.php +++ b/wp-login.php @@ -711,8 +711,7 @@ case 'register' : $redirect_to = apply_filters( 'registration_redirect', $registration_redirect ); login_header(__('Registration Form'), '

' . __('Register For This Site') . '

', $errors); ?> - - +

@@ -878,7 +877,7 @@ default: } ?> - +