Opened 12 years ago
Closed 12 years ago
#21514 closed defect (bug) (fixed)
wp_login_form() missing closing quotes on submit button
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.4.1 |
Component: | Template | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
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.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Accidentally removed in [21311].