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:
parent
e4be853426
commit
345d34cad9
|
@ -1331,7 +1331,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||||
$post_formats = get_theme_support( 'post-formats' );
|
$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>
|
<span class="title"><?php _ex( 'Format', 'post format' ); ?></span>
|
||||||
<select name="post_format">
|
<select name="post_format">
|
||||||
<option value="-1"><?php _e( '— No Change —' ); ?></option>
|
<option value="-1"><?php _e( '— No Change —' ); ?></option>
|
||||||
|
|
Loading…
Reference in New Issue