diff --git a/main.php b/main.php index d8db97f9..2a4bf4dc 100644 --- a/main.php +++ b/main.php @@ -74,7 +74,7 @@ function check_main( $theme_slug ) { } if ( empty( $theme['Template Version'] ) ) { - echo '
' . __( 'Child theme does not have the Template Version tag in style.css.', 'theme-check' ) . '
'; + echo '' . wp_kses_post( __( 'Child theme does not have the Template Version tag in style.css.', 'theme-check' ) ) . '
'; } elseif ( $theme['Template Version'] < $parent_theme['Version'] ) { echo ''; printf( @@ -97,9 +97,9 @@ function check_main( $theme_slug ) { $results = display_themechecks(); if ( ! $success ) { - echo '