mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 23:41:38 +01:00
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:
parent
5a0f970b2e
commit
aaafb3113a
@ -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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user