From 7125f9df1025119d6057d743a70691e052f9d23e Mon Sep 17 00:00:00 2001 From: rboren Date: Fri, 3 Sep 2004 04:03:55 +0000 Subject: [PATCH] Add missing quotes. Bug 0000254. git-svn-id: http://svn.automattic.com/wordpress/trunk@1582 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions-author.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/template-functions-author.php b/wp-includes/template-functions-author.php index b6d735363..96064aacb 100644 --- a/wp-includes/template-functions-author.php +++ b/wp-includes/template-functions-author.php @@ -122,7 +122,7 @@ function wp_list_authors($args = '') { if (!isset($r['feed'])) $r['feed'] = ''; if (!isset($r['feed_image'])) $r['feed_image'] = ''; - list_authors($r['optioncount'], $r['exclude_admin'], $r['show_fullname'], $r[hide_empty], $r['feed'], $r['feed_image']); + list_authors($r['optioncount'], $r['exclude_admin'], $r['show_fullname'], $r['hide_empty'], $r['feed'], $r['feed_image']); } function list_authors($optioncount = false, $exclude_admin = true, $show_fullname = false, $hide_empty = true, $feed = '', $feed_image = '') {