Opened 17 years ago
Closed 17 years ago
#4532 closed defect (bug) (fixed)
Saving a post with attachments deletes the post's tags
Reported by: | filosofo | Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | high |
Severity: | major | Version: | 2.3 |
Component: | Administration | Keywords: | has-patch, attachment, tags |
Focuses: | Cc: |
Description
Saving a post with attachments calls _fix_attachment_links, which in turn calls wp_update_post, which calls wp_get_single_post, which does not return the tags_input values, so the tags get erased.
My patch gets the tags for wp_get_single_post, which requires an adjustment to the terms api that allows one to request the terms' names.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Still a problem.