[wp-trac] [WordPress Trac] #23673: Add functions to generate metadata for video / audio
WordPress Trac
noreply at wordpress.org
Thu Mar 7 17:18:55 UTC 2013
#23673: Add functions to generate metadata for video / audio
----------------------------+------------------
Reporter: wonderboymusic | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.6
Component: Media | Version:
Severity: normal | Resolution:
Keywords: has-patch |
----------------------------+------------------
Comment (by nacin):
With regards to supporting featured images:
* Theme support or 'attachment' or all should be required
* Post type support should be required
Giving 'thumbnail' support to attachments is a bit weird, though. Instead,
perhaps, we should implement something like
{{{
add_post_type_support( 'attachment:video', 'thumbnail' );
add_post_type_support( 'attachment:audio', 'thumbnail' );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23673#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list