We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent badf7d8 commit c0c8748Copy full SHA for c0c8748
includes/TaroSitemapAdmin.php
@@ -41,7 +41,7 @@ public function admin_ajax() {
41
}
42
update_option( self::OPTION_KEY, filter_input( INPUT_POST, self::OPTION_KEY ) );
43
wp_safe_redirect( add_query_arg( [
44
- 'page' => $this->slug,
+ 'page' => $this->slug,
45
], admin_url( 'tools.php' ) ) );
46
exit;
47
} catch ( \Exception $e ) {
0 commit comments