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

    'comment', 'callback' => 'clean_design_blog_comment' ) ); ?>