From a7dfae8ea699d5d7fdf1cefe01de498689abd11e Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 24 Jan 2005 07:55:03 +0000 Subject: [PATCH] http://mosquito.wordpress.org/view.php?id=690 git-svn-id: https://develop.svn.wordpress.org/trunk@2134 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/template-functions-author.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 . '';