Fixed improper escaping (again).

This commit is contained in:
Frank419 2024-08-29 17:56:42 +08:00
parent b0f624af0d
commit e8449d269d

View File

@ -75,7 +75,7 @@ if( is_home() ) {
<?php <?php
printf( printf(
/* translators: %s: Link to theme author website. */ /* translators: %s: Link to theme author website. */
__( 'Theme <a href="%s">MinimalistFlex</a>.', 'minimalistflex' ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped wp_kses_data( __( 'Theme <a href="%s">MinimalistFlex</a>.', 'minimalistflex' ) ),
esc_url( 'https://onmyodev.com/' ) esc_url( 'https://onmyodev.com/' )
) )
?> ?>