Opened 9 years ago
Closed 9 years ago
#32031 closed defect (bug) (fixed)
Fix typo in wp_insert_term() error strings
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Taxonomy | Keywords: | good-first-bug has-patch |
Focuses: | Cc: |
Description
In [26544], two new strings were introduced:
- "A term with the name and slug provided already exists with this parent."
- "A term with the name and slug provided already exists."
In [30240], the "provided" word was lost somehow:
- "A term with the name and slug already exists with this parent."
- "A term with the name and slug already exists in this taxonomy."
In [31734], "and slug" was removed, but the "provided" is still missing:
- "A term with the name already exists with this parent."
- "A term with the name already exists in this taxonomy."
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Updated typo