Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20744 closed defect (bug) (fixed)

Misspelling of "submit" in two files

Reported by: tollmanz's profile tollmanz Owned by: nacin's profile nacin
Milestone: 3.4 Priority: normal
Severity: normal Version: 3.4
Component: UI Keywords: has-patch commit
Focuses: Cc:

Description

In wp-admin/press-this.php and wp-admin/includes/meta-boxes.php, an id attribute has an incorrectly spelled value. It should be "category-add-submit" instead of "category-add-sumbit".

Interestingly, a previous ticket/patch (http://core.trac.wordpress.org/ticket/8645) fixed this misspelling in the corresponding JS, but not in the id for the HTML.

The attached patch fixes the misspelling in both places. A search was conducted for other instances of the misspelling and none were found in the CSS or JS.

Attachments (1)

submit-typo.patch (2.3 KB) - added by tollmanz 13 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
13 years ago

  • Component changed from General to UI
  • Keywords commit added
  • Milestone changed from Awaiting Review to Future Release

#2 @jane
13 years ago

  • Milestone changed from Future Release to 3.4

Fixing typos is always good. If the patch is ready, we should add it before RC today.

#3 @nacin
13 years ago

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

In [20896]:

s/sumbit/submit/. props tollmanz, fixes #20744.

Note: See TracTickets for help on using tickets.