__( 'Comment','adelle-theme' ),
'title_reply' => __( 'Leave a Reply','adelle-theme' ),
'title_reply_to' => __( 'Leave a reply to %s','adelle-theme' ),
'cancel_reply_link' => __( 'Cancel reply','adelle-theme' ),
'comment_notes_before' => '',
'comment_notes_after' => '',
'comment_field' => '',
'fields' => apply_filters( 'comment_form_default_fields', array(
'author' => '',
'email' => '',
'url' => '
',
) ),
);
comment_form( $comments_args );
?>