Opened 19 years ago
Closed 19 years ago
#4532 closed defect (bug) (fixed)
Saving a post with attachments deletes the post's tags
| Reported by: | filosofo | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 2.3 |
| Component: | Administration | Version: | 2.3 |
| Severity: | major | Keywords: | has-patch, attachment, tags |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Still a problem.