Opened 13 years ago
Closed 13 years ago
#24841 closed defect (bug) (duplicate)
Cannot add two similar tags (example: "Google" and "Google+") within the same post.
| Reported by: | kaiby | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Taxonomy | Version: | 3.5.2 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
Description
Summary
When adding more than 1 tag with similar names to a post, Wordpress will strip out the second tag because of its similar naming convention. This becomes an issue when each tag represents a unique idea. This did not used to happen before 3.5.x.
Reproducing This Issue
In a fresh Wordpress install, create a post and add "Google" and "Google+" as tags. When saving/publishing/updating the post, Wordpress will only add "Google", but not "Google+".
Change History (8)
#3
@
13 years ago
- Milestone → Awaiting Review
- Resolution duplicate
- Status closed → reopened
Not an exact duplicate actually, just related. I thought the patch on #16567 handles this, but it doesn't.
#4
@
13 years ago
I wrote a hack here that nacin thought was disgraceful: http://core.trac.wordpress.org/attachment/ticket/17689/17689.2.diff
#5
@
13 years ago
Thanks for the hack, will see if that solves the issue while we wait for an official fix.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #16567.