[wp-trac] [WordPress Trac] #24096: Restore option to change post format in Bulk Edit box

WordPress Trac noreply at wordpress.org
Mon Aug 26 00:52:58 UTC 2013


#24096: Restore option to change post format in Bulk Edit box
------------------------------+------------------
 Reporter:  alexvorn2         |       Owner:
     Type:  enhancement       |      Status:  new
 Priority:  normal            |   Milestone:  3.7
Component:  Post Formats      |     Version:  3.6
 Severity:  normal            |  Resolution:
 Keywords:  has-patch commit  |
------------------------------+------------------

Comment (by azaozz):

 Wow, class-wp-posts-list-table.php has really bad formatting. The HTML is
 indented instead of the PHP and the multiple nested `if ( #condition ) :
 ... endif;` make it really hard to read :)

 The posts list-table Quick Edit and Bulk Edit really really need a
 refactoring. The HTML and CSS are still IE6 compat, the JS is... old, the
 whole row scales pretty bad in a narrower window and is not responsive.
 All this can be done much cleaner now. Also the newly added Format drop-
 down pushes it down while there is some free space on the right.

 In 24096.4.diff​:
 - Removed setting the 'standard' post format to '0', and then to 'false'.
 Don't see a good reason for that, `set_post_format()` is clever enough to
 set empty or 'standard' post format correctly.
 - Removed `<div class="inline-edit-group">` that reserves a separate row
 only for the Format drop-down. Doesn't make any difference at the moment
 and eventually all drop-downs under the Tags textarea should be inline-
 blocks so they can wrap when less are shown.

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


More information about the wp-trac mailing list