Skip to content

Commit

Permalink
Allow settings to be saved in multisite. Fixes #119
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Jan 29, 2020
1 parent 491710a commit 6aea2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/screen-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
]
}</code></pre>

<form action="options.php" method="post">
<form action="<?php echo esc_url( admin_url( 'options.php' ) ); ?>" method="post">
<?php settings_fields( 'satispress' ); ?>
<?php do_settings_sections( 'satispress' ); ?>
<?php submit_button(); ?>
Expand Down

0 comments on commit 6aea2c9

Please sign in to comment.