Skip to content

Commit

Permalink
Fix wording in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt authored Mar 20, 2024
1 parent cd24e5b commit ca5c1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Core/Tags/GTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected function enqueue_gtag_script() {
return;
}

// Load the GTag scripts using the first tag ID - it doesn't matter which is used, all registered tags will be setup with a
// Load the GTag scripts using the first tag ID - it doesn't matter which is used, all registered tags will be set up with a
// config command regardless of which is used to load the source.
$gtag_src = 'https://www.googletagmanager.com/gtag/js?id=' . rawurlencode( $this->tags[0]['tag_id'] );

Expand Down

0 comments on commit ca5c1f9

Please sign in to comment.