';
$fields['email'] = '';
//unset comment so we can recreate it at the bottom
unset($fields['comment']);
$fields['comment'] = '';
//remove website
unset($fields['url']);
return $fields;
}
add_filter('blogger_spot_comment_form_fields', 'blogger_spot_comment_form_tweaks');
?>