1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
'',
'email' => '',
'url' => '',
);
$args=array(
"fields"=>$fields,
"comment_notes_before"=>"",
"comment_field"=>''
);
if($webfish_settings['show_allowed_tags']=="0")
$args['comment_notes_after']="";
comment_form($args);
}else{ //if comments closed
?>