[wp-trac] [WordPress Trac] #16555: Post format metabox shows duplicate 'standard' format

WordPress Trac wp-trac at lists.automattic.com
Sun Feb 13 23:01:56 UTC 2011


#16555: Post format metabox shows duplicate 'standard' format
--------------------------+-----------------------------
 Reporter:  ptahdunbar    |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  3.1
 Severity:  normal        |   Keywords:  has-patch
--------------------------+-----------------------------
 Having 'standard' within add_theme_support makes the standard option show
 up twice within the post format metabox on the write/edit screen.

 {{{add_theme_support( 'post-formats', array( 'standard', 'aside', 'chat',
 'gallery', 'link', 'image', 'quote', 'status', 'video', 'audio' ) );}}}

 Patch fixes this by skiping over standard since it's hardcoded in the
 metabox.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16555>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list