Bulk Edit: Properly associate the Format select with its label.

props afercia.
fixes #32210.
Built from https://develop.svn.wordpress.org/trunk@32329


git-svn-id: http://core.svn.wordpress.org/trunk@32300 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-04-30 16:04:24 +00:00
parent 5a0f970b2e
commit aaafb3113a
2 changed files with 2 additions and 2 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>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32328';
$wp_version = '4.3-alpha-32329';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.