Add missing quotes. Bug 0000254.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1582 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4a3f8489c2
commit
7125f9df10
|
@ -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 = '') {
|
||||
|
|
Loading…
Reference in New Issue