Opened 13 years ago
Closed 13 years ago
#20744 closed defect (bug) (fixed)
Misspelling of "submit" in two files
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Fixing typos is always good. If the patch is ready, we should add it before RC today.