Fix hide theme support notice

This commit is contained in:
Brian Miyaji
2014-07-20 00:33:43 +10:00
parent 55f4008491
commit 501585b8da

View File

@@ -5,6 +5,6 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
<p><?php _e( '<strong>Your theme does not declare SportsPress support</strong> &#8211; if you encounter layout issues please read our integration guide or choose a SportsPress theme :)', 'sportspress' ); ?></p>
<p class="submit">
<a class="button-primary" href="http://sportspresspro.com/docs/theme-integration-guide/"><?php _e( 'Theme Integration Guide', 'sportspress' ); ?></a>
<a class="button-secondary" href="<?php echo add_query_arg( 'hide_sportspress_theme_support_check', 'true' ); ?>"><?php _e( 'Hide this notice', 'sportspress' ); ?></a>
<a class="button-secondary" href="<?php echo add_query_arg( 'hide_theme_support_notice', 'true' ); ?>"><?php _e( 'Hide this notice', 'sportspress' ); ?></a>
</p>
</div>