Opened 16 years ago
Closed 16 years ago
#12318 closed defect (bug) (fixed)
Removing Last Tag in Quick Edit
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 2.9.2 |
| Component: | Quick/Bulk Edit | Keywords: | has-patch needs-testing |
| Focuses: | Cc: |
Description
In 2.9-beta-2 create a post with a tag (any tag.) Nav to Edit. Hover over the post and choose Quick Edit. You can remove any tags you want, but you are not allowed to remove the last tag. Upon clicking update the last tag will always remain, regardless of what tag it is.
Attachments (1)
Change History (8)
@
16 years ago
Don't check if $tags_input is empty before running wp_set_post_tags, allow for removing all tags.
#2
@
16 years ago
- Keywords has-patch needs-testing added
- Milestone changed from 2.9.3 to 3.0
Moving milestone to 3.0, backport this the 2.9 branch if accepted.
#3
@
16 years ago
I thought for sure I've seen this bug reported before, but I can't find a related ticket. If my memory serves me correctly, someone suggested that inserting a single space would force the tags to clear (which is true).
If anyone can find it, let's close one as a duplicate.
This exists in 3.0 also. Quick edit seems to require that the tags field not be empty.