$optioncount, 'exclude_admin' => $exclude_admin, 'format' => $format, 'show_fullname' => $show_fullname, 'hide_empty' => $hide_empty, 'feed' => '', 'feed_image' => '' ); $param_str = 'optioncount='. $optioncount . '&exclude_admin=' . $exclude_admin .'&format=' . $format . '&show_fullname='. $show_fullname . '&hide_empty=' . $hide_empty; ob_start(); // wp_list_authors($param); wp_list_authors($param_str); //WP2011 wp_list_authors() used only parse_str() $list_authors = ob_get_contents() ; ob_end_clean(); if (xpress_is_multi_user()){ $all_link = '
  • ' . '' .__('All Authors','xpress') . '
  • '; } else { $all_link = ''; } $output = "\n"; $block['authors'] = $output; return $block ; } ?>