﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
13773	Warning and wrong blog prefix in get_most_active_blogs() and get_blog_list()	ocean90		"1. In get_blog_list() and get_most_active_blogs() you get a warning:
{{{
Notice: Undefined index: time in \wp-includes\ms-blogs.php on line 548
}}}
The reason is, $blogs['time'] will be never set and/or saved. The best would be here to use the Transient API, see the patches.[[BR]]

2. A regression: The main site doesn't have a wp_1_posts table anymore, it has wp_posts. Because of that get_blog_list() returns 0 posts for the main site. We should use $wpdb->get_blog_prefix($id) to avoid it.
"	defect (bug)	closed	high	3.0	Multisite	3.0	normal	fixed	has-patch	
