Escape outputs
This commit is contained in:
@@ -111,13 +111,13 @@ if ( ! class_exists( 'SP_Admin_Assets' ) ) :
|
||||
$strings = apply_filters(
|
||||
'sportspress_localized_strings',
|
||||
array(
|
||||
'none' => __( 'None', 'sportspress' ),
|
||||
'remove_text' => __( '— Remove —', 'sportspress' ),
|
||||
'days' => __( 'days', 'sportspress' ),
|
||||
'hrs' => __( 'hrs', 'sportspress' ),
|
||||
'mins' => __( 'mins', 'sportspress' ),
|
||||
'secs' => __( 'secs', 'sportspress' ),
|
||||
'displaying_posts' => html_entity_decode( __( 'Displaying %1$s–%2$s of %3$s', 'sportspress' ) ),
|
||||
'none' => esc_attr__( 'None', 'sportspress' ),
|
||||
'remove_text' => esc_attr__( '— Remove —', 'sportspress' ),
|
||||
'days' => esc_attr__( 'days', 'sportspress' ),
|
||||
'hrs' => esc_attr__( 'hrs', 'sportspress' ),
|
||||
'mins' => esc_attr__( 'mins', 'sportspress' ),
|
||||
'secs' => esc_attr__( 'secs', 'sportspress' ),
|
||||
'displaying_posts' => html_entity_decode( esc_attr__( 'Displaying %1$s–%2$s of %3$s', 'sportspress' ) ),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user