[wp-trac] [WordPress Trac] #55873: Since WP 6.0 the Author dropdown field disappeared from the quick edit screen

WordPress Trac noreply at wordpress.org
Mon May 30 10:08:19 UTC 2022


#55873: Since WP 6.0 the Author dropdown field disappeared from the quick edit
screen
-----------------------------+-------------------------
 Reporter:  julianoe         |       Owner:  (none)
     Type:  defect (bug)     |      Status:  closed
 Priority:  normal           |   Milestone:
Component:  Quick/Bulk Edit  |     Version:  6.0
 Severity:  normal           |  Resolution:  worksforme
 Keywords:                   |     Focuses:
-----------------------------+-------------------------
Changes (by ocean90):

 * status:  new => closed
 * resolution:   => worksforme
 * milestone:  Awaiting Review =>


Comment:

 Hello @julianoe, welcome to WordPress Trac!

 Thanks for the report. Since WordPress 6.0 the concept of "large sites"
 was applied to single sites too. Which means if the site has more than
 10,000 users some elements which are known to cause performance issues are
 disabled. You can find more information on this in a
 [https://make.wordpress.org/core/2022/05/02/performance-increase-for-
 sites-with-large-user-counts-now-also-available-on-single-site/ dev note
 on make/core].

 To change the threshold you can use the
 [https://developer.wordpress.org/reference/hooks/wp_is_large_user_count/
 wp_is_large_user_count] filter. Example:

 `add_filter( 'wp_is_large_user_count', '__return_false' );`

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/55873#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list