﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
11772,ms-admin.php stats should use the available cached data + count functions should exclude partially registered users/blogs from stats,Denis-de-Bernardy,,"There are two calls at the top of the file:

{{{
$c_users = $wpdb->get_var(""SELECT COUNT(id) FROM {$wpdb->users}"");
$c_blogs = $wpdb->get_var(""SELECT COUNT(blog_id) FROM {$wpdb->blogs}"");
}}}

but in ms-functions.php, there are several stat functions that could be used and/or improved so that we access (at least partially) cached data.",defect (bug),closed,normal,3.0,Multisite,3.0,normal,fixed,,
