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:
Sergey Biryukov 2019-10-25 12:54:03 +00:00
parent 0b83bffd45
commit 7e11e9d732
2 changed files with 1 additions and 13 deletions

View File

@ -1582,18 +1582,6 @@ class WP_Posts_List_Table extends WP_List_Table {
$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 );
if ( $authors ) :
$authors_dropdown = '<label class="inline-edit-author">';

View File

@ -13,7 +13,7 @@
*
* @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.