Opened 12 years ago
Closed 11 years ago
#24841 closed defect (bug) (duplicate)
Cannot add two similar tags (example: "Google" and "Google+") within the same post.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 3.5.2 |
Component: | Taxonomy | Keywords: | |
Focuses: | Cc: |
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)
#2
@
12 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
#3
@
12 years ago
- Milestone set to Awaiting Review
- Resolution duplicate deleted
- Status changed from closed to reopened
Not an exact duplicate actually, just related. I thought the patch on #16567 handles this, but it doesn't.
#4
@
12 years ago
I wrote a hack here that nacin thought was disgraceful: http://core.trac.wordpress.org/attachment/ticket/17689/17689.2.diff
#5
@
12 years ago
Thanks for the hack, will see if that solves the issue while we wait for an official fix.
Duplicate of #16567.