diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 696d4f789..876124e7f 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -271,7 +271,7 @@ function wp_login_form( $args = array() ) { $form = '
- ' . apply_filters( 'login_form_top', '' ) . ' + ' . apply_filters( 'login_form_top', '', $args ) . '

@@ -280,13 +280,13 @@ function wp_login_form( $args = array() ) {

- ' . apply_filters( 'login_form_middle', '' ) . ' + ' . apply_filters( 'login_form_middle', '', $args ) . ' ' . ( $args['remember'] ? '

' : '' ) . '

- ' . apply_filters( 'login_form_bottom', '' ) . ' + ' . apply_filters( 'login_form_bottom', '', $args ) . '
'; if ( $args['echo'] )