#23900 closed defect (bug) (fixed)
Post format image ID corrupted when updating post
Reported by: | johnbillion | Owned by: | helen |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | major | Version: | 3.6 |
Component: | Post Formats | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Steps to reproduce:
- Create an 'Image' format post, give it an image and save the post.
- Save the post again, with or without changing anything.
- Observe the image is broken.
Attachments (3)
Change History (8)
Note: See
TracTickets for help on using
tickets.
The attached patch fixes the core issue, however it looks like there is some (redundant?) code in there that refers to an 'Image URL', which the post formats UI is not currently using. Might need to be looked at by someone more familiar with the post formats UI.