[wp-trac] [WordPress Trac] #24109: Twenty Thirteen: Remove unneeded post formats `add_theme_support()` declaration
WordPress Trac
noreply at wordpress.org
Thu Apr 25 15:26:55 UTC 2013
#24109: Twenty Thirteen: Remove unneeded post formats `add_theme_support()`
declaration
------------------------------------+--------------------
Reporter: DrewAPicture | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.6
Component: Bundled Theme | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch dev-feedback |
------------------------------------+--------------------
Comment (by lancewillett):
As a side note, and in case it's a possible core bug -- I had to remove
the structured call completely on WordPress.com today. It was hiding all
the formats but those, Link and Video.
This is how it looks for now:
{{{
add_theme_support( 'post-formats', array(
'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status',
'video'
) );
}}}
Which means users there can still see all the radio buttons in the old UI.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24109#comment:16>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list