Skip to content

Commit c0c8748

Browse files
committed
Fix lint.
1 parent badf7d8 commit c0c8748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/TaroSitemapAdmin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function admin_ajax() {
4141
}
4242
update_option( self::OPTION_KEY, filter_input( INPUT_POST, self::OPTION_KEY ) );
4343
wp_safe_redirect( add_query_arg( [
44-
'page' => $this->slug,
44+
'page' => $this->slug,
4545
], admin_url( 'tools.php' ) ) );
4646
exit;
4747
} catch ( \Exception $e ) {

0 commit comments

Comments
 (0)