[wp-trac] [WordPress Trac] #32031: Fix typo in wp_insert_term() error strings
WordPress Trac
noreply at wordpress.org
Mon Apr 20 22:24:05 UTC 2015
#32031: Fix typo in wp_insert_term() error strings
----------------------------+----------------------------------------
Reporter: SergeyBiryukov | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Taxonomy | Version: 4.1
Severity: normal | Keywords: needs-patch good-first-bug
Focuses: |
----------------------------+----------------------------------------
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."
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32031>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list