fixed the reset button in comicpress-options.php
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
a1a6a4c14b
commit
c9965b3b91
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue