Security changes.

This commit is contained in:
Frank419 2025-01-28 12:06:55 +08:00
parent 13738d3b5f
commit 4420bc4948

View File

@ -84,7 +84,7 @@ $mf_default_image_location = get_theme_mod( 'minimalistflex_default_featured_ima
<?php endif; ?>
<?php if ( get_theme_mod( 'minimalistflex_interface_comment_count', 'yes' ) === 'yes' ): ?>
<div class="panel-comment-count">
<a href="<?php echo get_comments_link() ?>">
<a href="<?php echo esc_url( get_comments_link() ) ?>">
<?php
printf(
/* translators: %d: Number of comments. */