From acc86fe90f11ea11987a587d6725c82567e52557 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Fri, 7 Aug 2020 14:34:31 +0800 Subject: [PATCH] fix: missing theme config (#264) --- inc/options-framework/includes/class-options-framework.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/options-framework/includes/class-options-framework.php b/inc/options-framework/includes/class-options-framework.php index ae9d59e..e1589b1 100755 --- a/inc/options-framework/includes/class-options-framework.php +++ b/inc/options-framework/includes/class-options-framework.php @@ -24,7 +24,7 @@ class Options_Framework { */ function get_option_name() { - $name = ''; + $name = 'kratos'; // Gets option name as defined in the theme if ( function_exists( 'optionsframework_option_name' ) ) {