[wp-trac] [WordPress Trac] #27187: Bulk edit should only display available post formats
WordPress Trac
noreply at wordpress.org
Sun Feb 23 09:25:20 UTC 2014
#27187: Bulk edit should only display available post formats
--------------------------+-----------------------------
Reporter: eightface | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.9
Component: Post Formats | Version: 3.7
Severity: normal | Resolution:
Keywords: | Focuses: administration
--------------------------+-----------------------------
Changes (by ocean90):
* version: trunk => 3.7
* milestone: Awaiting Review => 3.9
Comment:
Hello eightface, thanks for the report and the patch.
I think this is a valid bug and we should make it consistent with
`post_format_meta_box()`.
Patch looks good so far. Only some minor things:
* `<option value="standard">Standard</option>` should be `<option
value="0"><?php echo get_post_format_string( 'standard' ); ?></option>`
* Since we're showing only theme supported formats a
`current_theme_supports( 'post-formats' )` check should be added.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27187#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list