Opened 10 months ago
Closed 10 months ago
#21514 closed defect (bug) (fixed)
wp_login_form() missing closing quotes on submit button
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Template | Version: | 3.4.1 |
| Severity: | normal | Keywords: | has-patch commit |
| 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)
greenshady — 10 months ago
comment:1
SergeyBiryukov — 10 months ago
- Keywords commit added
- Milestone changed from Awaiting Review to 3.5
Note: See
TracTickets for help on using
tickets.

Accidentally removed in [21311].