diff --git a/comicpress-options.php b/comicpress-options.php index 79ccbe3..495ee15 100644 --- a/comicpress-options.php +++ b/comicpress-options.php @@ -147,7 +147,10 @@ function comicpress_admin() { + if ($_REQUEST['action'] == 'comicpress_reset') { + delete_option('comicpress_options'); + $comicpress_options = comicpress_load_options(); + ?>