File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -470,10 +470,10 @@ function show_navigation() {
470
470
*/
471
471
function show_forms () {
472
472
?>
473
- <form method="post" action="options.php ">
474
- <div class="metabox-holder" >
475
- <?php foreach ( $ this -> settings_sections as $ form ): ? >
476
- <div id=" <?php echo $ form [ ' id ' ]; ?> " class="group ">
473
+ <div class="metabox-holder ">
474
+ <?php foreach ( $ this -> settings_sections as $ form ) { ? >
475
+ <div id=" <?php echo $ form[ ' id ' ]; ?> " class="group" >
476
+ <form method="post" action="options.php ">
477
477
<?php
478
478
do_action ( 'wsa_form_top_ ' . $ form ['id ' ], $ form );
479
479
settings_fields ( $ form ['id ' ] );
@@ -483,10 +483,10 @@ function show_forms() {
483
483
<div style="padding-left: 10px">
484
484
<?php submit_button (); ?>
485
485
</div>
486
- </div >
487
- <?php endforeach ; ? >
488
- </div >
489
- </form >
486
+ </form >
487
+ </div >
488
+ <?php } ? >
489
+ </div >
490
490
<?php
491
491
$ this ->script ();
492
492
}
You can’t perform that action at this time.
0 commit comments