Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#21514 closed defect (bug) (fixed)

wp_login_form() missing closing quotes on submit button

Reported by: greenshady's profile greenshady Owned by: azaozz's profile azaozz
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)

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

Download all attachments as: .zip

Change History (3)

#1 @SergeyBiryukov
12 years ago

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

Accidentally removed in [21311].

#2 @azaozz
12 years ago

  • 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.