' . 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”', $aanglo_comment_count, 'comments title', 'aanglo' ) ), number_format_i18n( $aanglo_comment_count ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped '' . wp_kses_post( get_the_title() ) . '' ); } ?>

    'ol', 'short_ping' => true, ) ); ?>

'
', 'email' => '', 'URL' => '
', ); $defaults = array( 'comment_notes_before' => '', 'comment_notes_after' => '', 'fields' => apply_filters( 'comment_form_default_fields', $fields), 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => esc_html__( 'Add your Comment', 'aanglo' ), 'title_reply_to' => wp_kses( __( 'Leave a Reply to %s', 'aanglo' ), array( 'a' => array( 'href' => array(), 'title' => array() ) ) ), 'cancel_reply_link' => '', 'label_submit' => $post_comment_text, 'comment_field' => '
' ); comment_form($defaults); ?>