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 {
-
+
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 ?>
\ 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 ?> \ No newline at end of file