#27460 closed enhancement (fixed)
Add A/V Thumbnail support to our Default Themes
Reported by: | kirasong | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | has-patch |
Focuses: | administration | Cc: |
Description (last modified by )
Per @wonderboymusic's recommendation, we should either enable A/V thumbnail support globally, or specifically within each of our default themes shipped.
Audio and Video playlists are best viewed including their covers, and it feels broken to not do so along with the other support added in 3.9.
Related: #26631
Attachments (1)
Change History (7)
#4
@
11 years ago
- Component changed from Bundled Theme to Media
- Focuses administration added; ui template removed
- Keywords has-patch added; needs-patch removed
27460.diff turns on thumbnail support for attachment:audio
and attachment:video
. The thumbnail meta box was already showing up if theme OR post type support was turned on, so I changed the other conditions to check the same. I wrote those original conditionals in 3.6, when there wasn't a pressing need for images, there is now since playlists.
Rather than having every single theme on Earth turn on the feature, we're turning it on at post type level, so the theme only needs to turn it on if a plugin for some reason turns it off.
Possibly related: #27243 — should this ticket be in "Bundled Theme" component or "Media" maybe?