Skip to content

Commit

Permalink
Merge pull request #8183 from google/enha/5695-follow-up
Browse files Browse the repository at this point in the history
Update comment text.
  • Loading branch information
techanvil authored Jan 25, 2024
2 parents 82ad4ec + 07c98ac commit b1fc4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/Modules/AdSense.php
Original file line number Diff line number Diff line change
Expand Up @@ -945,11 +945,11 @@ public static function normalize_client_id( $account_id, $client_id ) {
* @since 1.43.0
*/
private function render_platform_meta_tags() {
printf( "\n<!-- %s -->\n", esc_html__( 'Google AdSense snippet added by Site Kit', 'google-site-kit' ) );
printf( "\n<!-- %s -->\n", esc_html__( 'Google AdSense meta tags added by Site Kit', 'google-site-kit' ) );
echo '<meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236">';
echo "\n";
echo '<meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com">';
printf( "\n<!-- %s -->\n", esc_html__( 'End Google AdSense snippet added by Site Kit', 'google-site-kit' ) );
printf( "\n<!-- %s -->\n", esc_html__( 'End Google AdSense meta tags added by Site Kit', 'google-site-kit' ) );
}

/**
Expand Down

0 comments on commit b1fc4ee

Please sign in to comment.