Opened 15 years ago
Closed 15 years ago
#15599 closed defect (bug) (fixed)
Update check on multisite should use get_user_count()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.1 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Multisite | Keywords: | has-patch |
| Focuses: | Cc: |
Description
count_users() is intensive, and it's also not the right query, because it only counts the current blog. We should leverage get_user_count() when running multisite in wp_version_check().
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Looks good.