From 7de126df1f662423fbb79f85fdbe6ae0638f562b Mon Sep 17 00:00:00 2001 From: azaozz Date: Tue, 7 Aug 2012 23:13:31 +0000 Subject: [PATCH] Fix typo in wp_login_form(), props greenshady, fixes #21514 git-svn-id: http://core.svn.wordpress.org/trunk@21469 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 32302f175a..ed106ee837 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -283,7 +283,7 @@ function wp_login_form( $args = array() ) { ' . apply_filters( 'login_form_middle', '', $args ) . ' ' . ( $args['remember'] ? '

' : '' ) . '

-

' . apply_filters( 'login_form_bottom', '', $args ) . '