diff --git a/wp-includes/template-functions-author.php b/wp-includes/template-functions-author.php index 1e83d9aca0..4d112254dc 100644 --- a/wp-includes/template-functions-author.php +++ b/wp-includes/template-functions-author.php @@ -168,7 +168,8 @@ function list_authors($optioncount = false, $exclude_admin = true, $show_fullnam if (! ($posts == 0 && $hide_empty)) echo "
  • "; if ($posts == 0) { - if (! $hide_empty) echo $name; + if ( !$hide_empty ) + $link = $name; } else { $link = 'user_nickname)) . '">' . $name . '';