Opened 14 years ago
Closed 14 years ago
#21514 closed defect (bug) (fixed)
wp_login_form() missing closing quotes on submit button
| Reported by: | greenshady | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Template | Version: | 3.4.1 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Accidentally removed in [21311].