From 3afddbbf4697c121a2e2d06497d0c45fbdcd4561 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Thu, 3 Aug 2023 14:36:18 +0200 Subject: [PATCH] remove incorrectly copied code --- .../SiteContentDetection/MatomoTagManager.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/plugins/SitesManager/SiteContentDetection/MatomoTagManager.php b/plugins/SitesManager/SiteContentDetection/MatomoTagManager.php index f458286ca2e1..d1279eaf735d 100644 --- a/plugins/SitesManager/SiteContentDetection/MatomoTagManager.php +++ b/plugins/SitesManager/SiteContentDetection/MatomoTagManager.php @@ -52,18 +52,4 @@ public function renderInstructionsTab(SiteContentDetector $detector = null): str return '

' . Piwik::translate('SitesManager_SiteWithoutDataMatomoTagManager') . '

' . Piwik::translate( 'SitesManager_SiteWithoutDataMatomoTagManagerNotActive', ['', '']) . '

'; } - - public function renderOthersInstruction(SiteContentDetector $detector = null): string - { - return sprintf( - '

%s

', - Piwik::translate( - 'SitesManager_SiteWithoutDataGoogleTagManagerDescription', - [ - '', - '' - ] - ) - ); - } }