Fixed improper escaping (again).
This commit is contained in:
parent
b0f624af0d
commit
e8449d269d
@ -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/' )
|
||||||
)
|
)
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user