have_comments() ) { $query->the_comment(); ?>

' . wp_kses_post( get_the_title() ) . '' ); } else { printf( /* Translators: %1$s: Comment count, %2$s: Post title */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comment_count, 'comments title', 'colormag' ) ), number_format_i18n( $comment_count ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped '' . esc_html( get_the_title() ) . '' ); } ?>