The extract($comicpress_options['comicpress_config']) disappeared with all the trouble of the revisioning via tags earliar.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2010-01-11 16:29:09 -08:00
parent 9a442ad122
commit d8b7e04127
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ function comicpress_load_options() {
}
}
update_option('comicpress_options', $comicpress_options);
extract($comicpress_options['comicpress_config']);
return $comicpress_options;
}