Escape outputs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user