Skip to content

Commit

Permalink
don't need settings_errors() apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwollison committed Dec 18, 2019
1 parent fb3b48c commit 6a93db8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/class-ordermanager-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ public static function settings_page() {
?>
<div class="wrap">
<h2><?php echo get_admin_page_title(); ?></h2>
<?php settings_errors(); ?>
<form method="post" action="options.php" id="<?php echo $plugin_page;; ?>-form">
<?php settings_fields( $plugin_page ); ?>
<?php do_settings_sections( $plugin_page ); ?>
Expand Down

0 comments on commit 6a93db8

Please sign in to comment.