diff --git a/includes/admin/class-sp-admin-notices.php b/includes/admin/class-sp-admin-notices.php index 329b1dca..d6afa7d4 100644 --- a/includes/admin/class-sp-admin-notices.php +++ b/includes/admin/class-sp-admin-notices.php @@ -81,7 +81,7 @@ class SP_Admin_Notices { * Show the Theme Check notice */ public function theme_check_notice() { -// include( 'views/html-notice-theme-support.php' ); + include( 'views/html-notice-theme-support.php' ); } /** diff --git a/includes/admin/views/html-notice-theme-support.php b/includes/admin/views/html-notice-theme-support.php index ccf9d3be..e3e87b7c 100644 --- a/includes/admin/views/html-notice-theme-support.php +++ b/includes/admin/views/html-notice-theme-support.php @@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

Your theme does not declare SportsPress support – if you encounter layout issues please read our integration guide or choose a SportsPress theme :)', 'sportspress' ); ?>

- +

\ No newline at end of file