diff --git a/includes/admin/settings/class-sp-settings-modules.php b/includes/admin/settings/class-sp-settings-modules.php index 821d083c..06c86a3b 100644 --- a/includes/admin/settings/class-sp-settings-modules.php +++ b/includes/admin/settings/class-sp-settings-modules.php @@ -28,7 +28,6 @@ class SP_Settings_Modules extends SP_Settings_Page { public function __construct() { $this->id = 'modules'; $this->label = __( 'Modules', 'sportspress' ); - $this->theme = wp_get_theme(); $this->sections = apply_filters( 'sportspress_module_sections', array( 'general' => __( 'General', 'sportspress' ), @@ -169,7 +168,7 @@ class SP_Settings_Modules extends SP_Settings_Page { -

+

@@ -186,7 +185,7 @@ class SP_Settings_Modules extends SP_Settings_Page { -

+

diff --git a/includes/admin/views/html-notice-template-check.php b/includes/admin/views/html-notice-template-check.php index feeca787..72d7e193 100644 --- a/includes/admin/views/html-notice-template-check.php +++ b/includes/admin/views/html-notice-template-check.php @@ -3,5 +3,5 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>

Your theme has bundled outdated copies of SportsPress template files – if you encounter functionality issues on the frontend this could the reason. Ensure you update or remove them (in general we recommend only bundling the template files you actually need to customize). See the system report for full details.', 'sportspress' ); ?>

-

+

\ No newline at end of file diff --git a/includes/admin/views/html-notice-theme-support.php b/includes/admin/views/html-notice-theme-support.php index e4f39ad0..2b7cf597 100644 --- a/includes/admin/views/html-notice-theme-support.php +++ b/includes/admin/views/html-notice-theme-support.php @@ -3,8 +3,10 @@ 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