Skip to content

Commit

Permalink
Merge pull request #65 from woothemes/info-banner-link
Browse files Browse the repository at this point in the history
Correctly link to the GA setup from the info banner
  • Loading branch information
justinshreve committed Sep 16, 2015
2 parents 028a829 + ee7459d commit db91606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-google-analytics-info-banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function banner() {
return;
}

$integration_url = esc_url( admin_url('admin.php?page=wc-settings&tab=integration' ) );
$integration_url = esc_url( admin_url('admin.php?page=wc-settings&tab=integration&section=google_analytics' ) );
$dismiss_url = $this->dismiss_url();

$heading = __( 'Google Analytics & WooCommerce', 'woocommerce-google-analytics-integration' );
Expand Down

0 comments on commit db91606

Please sign in to comment.