Posts, Post Types: Remove unintended change from [46578].

See #48384.

git-svn-id: https://develop.svn.wordpress.org/trunk@46579 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-10-25 12:52:46 +00:00
parent 9a9abc0fb8
commit db4e52b923
1 changed files with 0 additions and 12 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">';