[wp-trac] [WordPress Trac] #23929: Ability to remove post format UI

WordPress Trac noreply at wordpress.org
Tue Apr 9 21:31:15 UTC 2013


#23929: Ability to remove post format UI
--------------------------+--------------------
 Reporter:  johnbillion   |       Owner:
     Type:  enhancement   |      Status:  new
 Priority:  normal        |   Milestone:  3.6
Component:  Post Formats  |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |
--------------------------+--------------------

Comment (by nacin):

 Replying to [comment:12 ryan]:
 > If the filter returns false, should we should add_meta_box() on
 post_format_meta_box() so the old UI comes back?

 I'd argue no — that should be a separate add_meta_box() call. This is the
 "upgraded" meta box. If you want no UI, you can turn off the new UI. If
 you want the old UI, you should turn off the new UI *and* add it back.

 It's also possible that we should interpret the post formats meta box
 being explicitly removed as the same as returning false through that
 filter. It depends on how other post format plugins/themes are
 manipulating the UI.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23929#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list