- Timestamp:
- 04/01/2022 11:41:23 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r53023 r53049 1749 1749 1750 1750 <?php 1751 if ( post_type_supports( $screen->post_type, 'author' ) && $bulk ) {1751 if ( post_type_supports( $screen->post_type, 'author' ) && ! wp_is_large_user_count() && $bulk ) { 1752 1752 echo $authors_dropdown; 1753 1753 }
Note: See TracChangeset
for help on using the changeset viewer.