Skip to content

Commit

Permalink
remove incorrectly copied code
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Aug 3, 2023
1 parent 193294e commit 3afddbb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions plugins/SitesManager/SiteContentDetection/MatomoTagManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,4 @@ public function renderInstructionsTab(SiteContentDetector $detector = null): str
return '<h3>' . Piwik::translate('SitesManager_SiteWithoutDataMatomoTagManager') . '</h3>
<p>' . Piwik::translate( 'SitesManager_SiteWithoutDataMatomoTagManagerNotActive', ['<a href="https://matomo.org/docs/tag-manager/" rel="noreferrer noopener" target="_blank">', '</a>']) . '</p>';
}

public function renderOthersInstruction(SiteContentDetector $detector = null): string
{
return sprintf(
'<p>%s</p>',
Piwik::translate(
'SitesManager_SiteWithoutDataGoogleTagManagerDescription',
[
'<a target="_blank" rel="noreferrer noopener" href="https://matomo.org/faq/new-to-piwik/how-do-i-use-matomo-analytics-within-gtm-google-tag-manager">',
'</a>'
]
)
);
}
}

0 comments on commit 3afddbb

Please sign in to comment.