Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24096, comment 13


Ignore:
Timestamp:
08/26/2013 12:55:26 AM (11 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24096, comment 13

    initial v1  
    66- 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.
    77- 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.
     8- Added a check whether the post type supports post formats.