diff --git a/functions.php b/functions.php index 7d8b6b9..613daa4 100644 --- a/functions.php +++ b/functions.php @@ -233,7 +233,7 @@ function comicpress_load_options() { } } update_option('comicpress_options', $comicpress_options); - + extract($comicpress_options['comicpress_config']); return $comicpress_options; }