diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php index dd225c0b6d..b7361a0244 100644 --- a/wp-includes/author-template.php +++ b/wp-includes/author-template.php @@ -360,8 +360,6 @@ function wp_list_authors($args = '') { if ( !$posts && $hide_empty ) continue; - $link = ''; - if ( $show_fullname && $author->first_name && $author->last_name ) $name = "$author->first_name $author->last_name"; else