Escape outputs

This commit is contained in:
Brian Miyaji
2021-11-13 20:42:08 +09:00
parent 051d3e3055
commit 23ba2446b1
190 changed files with 2837 additions and 2837 deletions

View File

@@ -599,7 +599,7 @@ if ( ! class_exists( 'SP_Install' ) ) :
if ( preg_match( $regexp, $response['body'], $matches ) ) {
$changelog = (array) preg_split( '~[\r\n]+~', trim( $matches[2] ) );
_e( 'What\'s new:', 'sportspress' ) . '<div style="font-weight: normal;">';
esc_attr_e( 'What\'s new:', 'sportspress' ) . '<div style="font-weight: normal;">';
$ul = false;