fix: missing theme config (#264)

pull/287/head
Seaton Jiang 2020-08-07 14:34:31 +08:00
parent 50cff50da1
commit acc86fe90f
No known key found for this signature in database
GPG Key ID: FC3D886E252D902B
1 changed files with 1 additions and 1 deletions

View File

@ -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' ) ) {