#11086 closed defect (bug) (fixed)
Don't query against entire users table in wp_dropdown_users()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Users | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch early multisite |
| Cc: |
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.
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.