From d7da12c7d27a25bfbbaed5b657706d735a0e2c5c Mon Sep 17 00:00:00 2001 From: saxmatt Date: Mon, 24 Jan 2005 07:55:03 +0000 Subject: [PATCH] http://mosquito.wordpress.org/view.php?id=690 git-svn-id: http://svn.automattic.com/wordpress/trunk@2134 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 . '';