#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:

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)

add-quotes-to-login-form.diff (1.1 KB) - added by greenshady 10 months ago.

Download all attachments as: .zip

Change History (3)

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.5

Accidentally removed in [21311].

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In [21469]:

Fix typo in wp_login_form(), props greenshady, fixes #21514

Note: See TracTickets for help on using tickets.