' . wp_kses_post( get_the_title() ) . '' ); } else { printf( /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $aari_comment_count, 'comments title', 'aari' ) ), wp_kses_post( number_format_i18n( $aari_comment_count ) ), '' . wp_kses_post( get_the_title() ) . '' ); } ?>

'html5', 'title_reply' => '

' . esc_attr__( 'Leave A Reply', 'aari' ) . '

', 'comment_notes_before' => '', 'comment_field' => '
' . '
' . '' . '
', 'class_submit' => 'form-submit', 'fields' => apply_filters( 'aari_form_default_fields', array( 'author' => '
' . ' ' . '
', 'email' => '
', 'url' => '
' . '
', 'cookies' => '', ) ), ); comment_form( $aari_args ); ?>