Changes between Initial Version and Version 1 of Ticket #1826, comment 5
- Timestamp:
- 05/21/2012 07:58:44 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1826, comment 5
initial v1 1 1 Replying to [comment:3 gautamgupta]: 2 2 > Just as a note for the fourth point, the query was put there as it was a lot faster than getting all the users and counting them. 3 I swapped for get_users() so we can narrow the query down to users on that exact blog for multisite installations rather than hitting the entire users table (which may not be accurate.)3 I swapped for get_users() so we can narrow the query down to users on that exact blog for multisite installations rather than hitting the entire users table (which may be huge.) 4 4 5 5 It also still works for single-site installs, and it avoids a direct query.