'
'.esc_html__('Name*', 'adena').'
', 'email' => '
'.esc_html__('Email*', 'adena').'
', 'url' => '
Website
', ); // Build Form comment_form( array( 'id_form' => 'un-comment-form', 'id_submit' => 'un-btn-submit', 'class_submit' => 'un-btn-submit', 'name_submit' => 'submit', 'label_submit' => esc_html__( 'Post Comment', 'adena'), 'title_reply' => ''.esc_html__( 'Leave a Comment', 'adena').'', 'title_reply_to' => ''.esc_html__( 'Leave a Reply to %s', 'adena').'', 'cancel_reply_link' => esc_html__('Cancel Reply', 'adena'), 'format' => 'xhtml', 'must_log_in' => ' ', 'logged_in_as' => ' ', 'comment_notes_before' => ' ', 'comment_notes_after' => ' ', 'fields' => apply_filters( 'comment_form_default_fields', $form_fields ), 'comment_field' => '', ) );