Opened 6 years ago
Closed 6 years ago
#4532 closed defect (bug) (fixed)
Saving a post with attachments deletes the post's tags
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 2.3 |
| Component: | Administration | Version: | 2.3 |
| Severity: | major | Keywords: | has-patch, attachment, tags |
| 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)
comment:1
foolswisdom — 6 years ago
- Version set to 2.3
No, the patch works. Just meant it hadn't been fixed in svn yet after 3 months. Commit on the way.
Note: See
TracTickets for help on using
tickets.

Still a problem.