[wp-trac] [WordPress Trac] #56129: Author Dropdown menu missing in Quick Edit

WordPress Trac noreply at wordpress.org
Mon May 15 19:47:19 UTC 2023


#56129: Author Dropdown menu missing in Quick Edit
-------------------------------------------------+-------------------------
 Reporter:  iheartdogs                           |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  reopened
 Priority:  normal                               |   Milestone:
Component:  Quick/Bulk Edit                      |     Version:  6.0
 Severity:  normal                               |  Resolution:
 Keywords:  reporter-feedback 2nd-opinion dev-   |     Focuses:  multisite,
  feedback                                       |  performance
-------------------------------------------------+-------------------------
Changes (by oglekler):

 * keywords:  reporter-feedback => reporter-feedback 2nd-opinion dev-
               feedback
 * focuses:  performance => multisite, performance


Comment:

 I tested this and wp_is_large_user_count() is getting the amount of users
 for entire network (global $current_site) instead of the current site
 (global $current_blog). This is probably intentional, because we cannot
 select users for the current site from `wp_users` and would need to add
 join from `wp_usermeta` with not empty user_level or capabilities for the
 current site (blog).

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


More information about the wp-trac mailing list