﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
21514	wp_login_form() missing closing quotes on submit button	greenshady	azaozz	"The submit button is missing the closing quote marks for `wp_login_form()`, which breaks the HTML for the form.

{{{
<input type=""submit"" name=""wp-submit"" id=""' . esc_attr( $args['id_submit'] ) . '"" class=""button-primary"" value=""' . esc_attr( $args['label_log_in'] ) . ' />
}}}

The attached patch will fix this."	defect (bug)	closed	normal	3.5	Template	3.4.1	normal	fixed	has-patch commit	
