mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
Bulk Edit: Properly associate the Format select with its label.
props afercia. fixes #32210. git-svn-id: https://develop.svn.wordpress.org/trunk@32329 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1331,7 +1331,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
$post_formats = get_theme_support( 'post-formats' );
|
||||
|
||||
?>
|
||||
<label class="alignleft" for="post_format">
|
||||
<label class="alignleft">
|
||||
<span class="title"><?php _ex( 'Format', 'post format' ); ?></span>
|
||||
<select name="post_format">
|
||||
<option value="-1"><?php _e( '— No Change —' ); ?></option>
|
||||
|
||||
Reference in New Issue
Block a user