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:
Sergey Biryukov 2015-04-30 16:03:06 +00:00
parent e4be853426
commit 345d34cad9
1 changed files with 1 additions and 1 deletions

View File

@ -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( '&mdash; No Change &mdash;' ); ?></option>