#35752 closed defect (bug) (duplicate)
Quote in term name create duplicat term
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.6 |
Component: | Taxonomy | Keywords: | |
Focuses: | Cc: |
Description
When you use wp_insert_term function and term has quote in his name. It creates duplicate term.
To reproduce the issue:
Create term with wp_insert_term( "test d'un terme", "your-taxonomy-slug" )
Each time the function is called a new term will be created.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Same issue in back-office :
Replying to nicolasrenard: