From d8b7e04127b3e11481c9f8ee407ba07f07d61573 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Mon, 11 Jan 2010 16:29:09 -0800 Subject: [PATCH] The extract($comicpress_options['comicpress_config']) disappeared with all the trouble of the revisioning via tags earliar. Signed-off-by: Philip M. Hofer (Frumph) --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }