#35752 closed defect (bug) (duplicate)
Quote in term name create duplicat term
| Reported by: | nicolasrenard | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Taxonomy | Version: | 4.6 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Same issue in back-office :
Replying to nicolasrenard: