Make WordPress Core


Ignore:
Timestamp:
10/25/2019 12:52:46 PM (5 years ago)
Author:
SergeyBiryukov
Message:

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

See #48384.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-posts-list-table.php

    r46578 r46579  
    15831583                    }
    15841584
    1585                     /**
    1586                      * Filters the arguments used to generate the Quick Edit authors drop-down.
    1587                      *
    1588                      * @since 5.3.0
    1589                      *
    1590                      * @see wp_dropdown_users()
    1591                      *
    1592                      * @param array $users_opt An array of arguments for wp_dropdown_users function.
    1593                      * @param bool  $bulk      A boolean to know if it's a bulk action or not.
    1594                      */
    1595                     $users_opt = apply_filters( 'quick_edit_authors_query_args', $users_opt, $bulk );
    1596 
    15971585                    $authors = wp_dropdown_users( $users_opt );
    15981586                    if ( $authors ) :
Note: See TracChangeset for help on using the changeset viewer.