Escape outputs
This commit is contained in:
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
}
|
||||
?>
|
||||
<div id="message" class="updated sportspress-message">
|
||||
<p><strong><?php _e( 'Welcome to SportsPress', 'sportspress' ); ?></strong> – <?php _e( "Let's get started with some basic settings.", 'sportspress' ); ?></p>
|
||||
<p><strong><?php esc_attr_e( 'Welcome to SportsPress', 'sportspress' ); ?></strong> – <?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>
|
||||
|
||||
Reference in New Issue
Block a user