Posts, Post Types: Remove unintended change from [46578].
See #48384. Built from https://develop.svn.wordpress.org/trunk@46579 git-svn-id: http://core.svn.wordpress.org/trunk@46376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0b83bffd45
commit
7e11e9d732
|
@ -1582,18 +1582,6 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||||
$users_opt['show_option_none'] = __( '— No Change —' );
|
$users_opt['show_option_none'] = __( '— No Change —' );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Filters the arguments used to generate the Quick Edit authors drop-down.
|
|
||||||
*
|
|
||||||
* @since 5.3.0
|
|
||||||
*
|
|
||||||
* @see wp_dropdown_users()
|
|
||||||
*
|
|
||||||
* @param array $users_opt An array of arguments for wp_dropdown_users function.
|
|
||||||
* @param bool $bulk A boolean to know if it's a bulk action or not.
|
|
||||||
*/
|
|
||||||
$users_opt = apply_filters( 'quick_edit_authors_query_args', $users_opt, $bulk );
|
|
||||||
|
|
||||||
$authors = wp_dropdown_users( $users_opt );
|
$authors = wp_dropdown_users( $users_opt );
|
||||||
if ( $authors ) :
|
if ( $authors ) :
|
||||||
$authors_dropdown = '<label class="inline-edit-author">';
|
$authors_dropdown = '<label class="inline-edit-author">';
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-RC2-46578';
|
$wp_version = '5.3-RC2-46579';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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