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

@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
}
?>
<div id="message" class="updated sportspress-message">
<p><strong><?php _e( 'Welcome to SportsPress', 'sportspress' ); ?></strong> &#8211; <?php _e( "Let's get started with some basic settings.", 'sportspress' ); ?></p>
<p><strong><?php esc_attr_e( 'Welcome to SportsPress', 'sportspress' ); ?></strong> &#8211; <?php esc_attr_e( "Let's get started with some basic settings.", 'sportspress' ); ?></p>
<p class="submit">
<a class="button-primary" href="
<?php
@@ -20,7 +20,7 @@ if ( ! defined( 'ABSPATH' ) ) {
)
);
?>
"><?php _e( 'Run the Setup Wizard', 'sportspress' ); ?></a>
<a class="button-secondary" href="<?php echo add_query_arg( 'skip_install_sportspress', 'true' ); ?>"><?php _e( 'Hide this notice', 'sportspress' ); ?></a>
"><?php esc_attr_e( 'Run the Setup Wizard', 'sportspress' ); ?></a>
<a class="button-secondary" href="<?php echo esc_url( add_query_arg( 'skip_install_sportspress', 'true' ) ); ?>"><?php esc_attr_e( 'Hide this notice', 'sportspress' ); ?></a>
</p>
</div>