fixed the reset button in comicpress-options.php

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-11-16 18:01:59 -08:00
parent a1a6a4c14b
commit c9965b3b91
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ function comicpress_admin() {
<br />
<br />
<form method="post" id="myForm" name="template" enctype="multipart/form-data">
<?php wp_nonce_field('update-options') ?>
<input name="comicpress_reset" type="submit" class="button" value="Reset All Settings" />
<input type="hidden" name="action" value="comicpress_reset" />
</form>