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