Opened 10 years ago
Closed 10 years ago
#36052 closed enhancement (fixed)
Non-Image/Audio/Video Attachments Can't Display on Edit
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.6 | Priority: | low |
| Severity: | minor | Version: | |
| Component: | Media | Keywords: | has-patch commit |
| Focuses: | administration | Cc: |
Description
When going to /wp-admin/post.php?post={$id}&action=edit if you're working with a media item that isn't an image, audio, or video file hosted locally, there isn't any way to display a preview of it below the permalink.
It'd be nice to add an action that plugins could hook into to render the attachment as a fallback.
Attachments (2)
Change History (12)
This ticket was mentioned in Slack in #core-images by georgestephanis. View the logs.
10 years ago
This ticket was mentioned in Slack in #core by chriscct7. View the logs.
10 years ago
This ticket was mentioned in Slack in #core by voldemortensen. View the logs.
10 years ago
This ticket was mentioned in Slack in #core-images by joemcgill. View the logs.
10 years ago
#8
@
10 years ago
- Keywords commit added
This still seems like a good idea and the patch is working well.
#9
@
10 years ago
- Status changed from reviewing to accepted
Updated the patch in 36052.diff to add docs for the new action hook.
Moving to 4.6 for consideration.