#9186 closed defect (bug) (fixed)
Clear the cache when converting a category to a tag, so category is removed from the list of cats
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.7.2 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | Import | Keywords: | has-patch |
Focuses: | Cc: |
Description
Props: Andy Skelton
When a category is converted to a tag, the category should be removed from the list of categories that populates the category list on /wp-admin/post-new.php
The converted category however persists in the cache, unless the cache is deleted, which this patch achieves.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
I think that can use clean_term_cache() instead of clearing category_children and last_changed by hand. I'll look.