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

    'li', 'short_ping' => true, 'max_depth' => 20, 'callback' => 'brooklyn_lite_comment', 'avatar_size' => 90 ) ); paginate_comments_links(); ?>

'', 'email' => '', 'url' => '' ); $comments_args = array( 'fields' => $fields, 'id_form' => 'commentform', 'class_form' => 'comment-form', 'title_reply' => esc_html__( 'Post a Comment', 'brooklyn-lite' ), 'title_reply_to' => esc_html__( 'Post a Comment to %s', 'brooklyn-lite' ), 'cancel_reply_link' => esc_html__( 'Cancel Comment', 'brooklyn-lite' ), 'label_submit' => esc_html__( 'Post Comment', 'brooklyn-lite' ), 'class_submit' => 'btn', 'comment_notes_before' => '', 'comment_notes_after' => '', 'id_submit' => 'submit', 'comment_field' => '', 'label_submit' => esc_html__( 'Post Comment' , 'brooklyn-lite' ) ); ob_start(); comment_form( $comments_args); ?>