[wp-trac] [WordPress Trac] #21514: wp_login_form() missing closing quotes on submit button

WordPress Trac wp-trac at lists.automattic.com
Tue Aug 7 21:02:00 UTC 2012


#21514: wp_login_form() missing closing quotes on submit button
--------------------------+-----------------------------
 Reporter:  greenshady    |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Template      |    Version:  3.4.1
 Severity:  normal        |   Keywords:  has-patch
--------------------------+-----------------------------
 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.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21514>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list