Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
devuri committed Jul 26, 2024
1 parent c051ab2 commit a3379d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimSiteMaintenance/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function options_page(): void
<form action="options.php" method="post">
<h2>Simple Maintenance Mode</h2>
<?php
settings_fields( 'simsitemaintenance_settings' );
settings_fields( 'simsitemaintenance_settings' );
do_settings_sections( 'simsitemaintenance_settings' );
submit_button();
?>
Expand Down

0 comments on commit a3379d6

Please sign in to comment.