wp-includes/deprecated.php:733Lists authors.
$optioncountbooloptionalfalse$exclude_adminbooloptionaltrue$show_fullnamebooloptionalfalse$hide_emptybooloptionaltrue$feedstringoptional''$feed_imagestringoptional''null|stringfunction list_authors($optioncount = false, $exclude_admin = true, $show_fullname = false, $hide_empty = true, $feed = '', $feed_image = '') { _deprecated_function( __FUNCTION__, '2.1.0', 'wp_list_authors()' ); $args = compact('optioncount', 'exclude_admin', 'show_fullname', 'hide_empty', 'feed', 'feed_image'); return wp_list_authors($args);}Introduced in 1.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/deprecated.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.