#11086 closed defect (bug) (fixed)
Don't query against entire users table in wp_dropdown_users()
| Reported by: | ryan | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Users | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch early |
| Cc: | Focuses: | multisite |
Description
To be MU friendly, wp_dropdown_users() should use get_users_of_blog() or a like query.
Attachments (3)
Change History (10)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Pretty sure we'd need $wpdb->get_blog_prefix in non-MU WP to be able to add $blog_id as an argument. First patch was incomplete in that regard, I thought I had pulled the $blog_id code before patching.