﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
23498	wp_list_authors ignores 'exclude_admin' arg when admin account has a display_name other then 'admin'	raphaabreu		"Line 293 of author-template.php should be changed from:
{{{
if ( $exclude_admin && 'admin' == $author->display_name )
}}}
to:
{{{
if ( $exclude_admin && 'admin' == $author->user_login )
}}}
Thanks."	defect (bug)	new	normal	Awaiting Review	Users	3.1	normal			knut@…
