mirror of https://github.com/vtrois/kratos
fix: missing theme config (#264)
parent
50cff50da1
commit
acc86fe90f
|
@ -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' ) ) {
|
||||
|
|
Loading…
Reference in New Issue