From 21aa3dc318eff998452758db3e4855c9780779e0 Mon Sep 17 00:00:00 2001 From: koenemann Date: Mon, 27 Nov 2017 09:13:21 +0100 Subject: [PATCH] Remove automatically db updates by theme Due to conflicts with wp.org theme guidelines --- inc/setup.php | 2 -- inc/theme-settings.php | 32 -------------------------------- 2 files changed, 34 deletions(-) delete mode 100644 inc/theme-settings.php diff --git a/inc/setup.php b/inc/setup.php index 8b64ee0..2de4666 100644 --- a/inc/setup.php +++ b/inc/setup.php @@ -88,8 +88,6 @@ if ( ! function_exists( 'understrap_setup' ) ) : // Set up the WordPress Theme logo feature. add_theme_support( 'custom-logo' ); - // Check and setup theme default settings. - setup_theme_default_settings(); } endif; // understrap_setup. add_action( 'after_setup_theme', 'understrap_setup' ); diff --git a/inc/theme-settings.php b/inc/theme-settings.php deleted file mode 100644 index c7ab6e0..0000000 --- a/inc/theme-settings.php +++ /dev/null @@ -1,32 +0,0 @@ -