Skip to content

Commit

Permalink
Fixed: auto-formatter messed up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed May 1, 2024
1 parent a8ed1f9 commit 3660b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function maybe_redirect_to_wizard() {
$wizard_done = get_option( 'plausible_analytics_wizard_done', false );

if ( ! $wizard_done ) {
$url = admin_url( 'options - general . php ? page = plausible_analytics#welcome_slide' );
$url = admin_url( 'options-general.php?page=plausible_analytics#welcome_slide' );

wp_redirect( $url );

Expand Down

0 comments on commit 3660b20

Please sign in to comment.