$show_option_all = '';
if ( $optionall ) $show_option_all =
$all;
$show_option_none = '';
if ( $optionnone ) $show_option_none =
__('None'
);
$vars =
compact('show_option_all', 'show_option_none', 'orderby', 'order',
'show_last_update', 'show_count', 'hide_empty', 'selected', 'exclude'
);
$query =
add_query_arg($vars, ''
);
return wp_dropdown_categories($query);
}/**
* Lists authors.
*
* @since 1.2.0
* @deprecated 2.1.0 Use wp_list_authors()
* @see wp_list_authors()
*
* @param bool $optioncount
* @param bool $exclude_admin
* @param bool $show_fullname
* @param bool $hide_empty
* @param string $feed
* @param string $feed_image
* @return null|string
*/