﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
10328	No wp_list_authors output	takaitra		"The template function wp_list_authors gives no output for a specific combination of options.

In order to reproduce this error, call wp_list_authors(hide_empty=1&style=none)

Expected output: A comma separated list of authors who have posted to WordPress.
Actual output: nothing

A fix is to modify line 330 of wp-includes/author-template.php.

Currently: else if ( ! $hide_empty )
Should be: else if ( !($posts == 0 && $hide_empty) )"	defect (bug)	closed	normal		Template	2.8	normal	duplicate	wp_list_authors	
