Skip to content

Commit

Permalink
Merge pull request #6648 from google/bug/6647-update-adsense-homepage
Browse files Browse the repository at this point in the history
Update AdSense homepage url.
  • Loading branch information
techanvil authored Feb 28, 2023
2 parents e74f480 + cd63a55 commit 1309f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"slug": "adsense",
"name": "AdSense",
"description": "Earn money by placing ads on your website. It’s free and easy.",
"homepage": "https://www.google.com/adsense/start?source=site-kit&url=http://example.com",
"homepage": "https://adsense.google.com/start?source=site-kit&url=http://example.com",
"internal": false,
"order": 2,
"active": false,
Expand Down
2 changes: 1 addition & 1 deletion includes/Modules/AdSense.php
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ protected function setup_info() {
'name' => _x( 'AdSense', 'Service name', 'google-site-kit' ),
'description' => __( 'Earn money by placing ads on your website. It’s free and easy.', 'google-site-kit' ),
'order' => 2,
'homepage' => add_query_arg( $idenfifier_args, 'https://www.google.com/adsense/start' ),
'homepage' => add_query_arg( $idenfifier_args, 'https://adsense.google.com/start' ),
);
}

Expand Down

0 comments on commit 1309f40

Please sign in to comment.