1 && get_option( 'page_comments' ) ) : ?>
comment_status) : ?>
'',
'email' => '',
);
$defaults = array(
'fields'=> apply_filters( 'comment_form_default_fields', $fields ),
'comment_field'=> '',
'class_submit' => 'button form_btn',
'id_submit' => 'comment_btn',
'label_submit'=>__( 'MESSAGE','awesome-beauty'),
'comment_notes_before'=> '',
'comment_notes_after'=>'',
'title_reply'=> '',
'role_form'=> 'form',
);
comment_form($defaults); ?>