[wp-trac] [WordPress Trac] #23990: Post Format settings not being respected
WordPress Trac
noreply at wordpress.org
Mon Apr 8 17:43:39 UTC 2013
#23990: Post Format settings not being respected
-----------------------------+--------------------------
Reporter: batmoo | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Post Formats
Version: trunk | Severity: normal
Keywords: |
-----------------------------+--------------------------
Previously, themes could choose which post-formats to support:
{{{add_theme_support( 'post-formats', array( 'gallery' ) );}}}
In 3.5.x and earlier, this would limit the post format options to
"Standard" and "Gallery".
With 3.6 beta 1, the post-format options are no longer limited and all
post-formats are displayed.
We should either:
* continue to respect the old way of doing things (preferred)
* provide hooks to remove post-formats that the theme doesn't want to
support
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23990>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list