Passed
Push — develop ( a8c069...dc099f )
by Andrew
20:12 queued 11:56
created
src/migrations/m230601_184311_announcement_google_ua_deprecated.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,10 +33,10 @@
 block discarded – undo
33 33
                         $enabled = $metaContainer['data']['googleAnalytics']['include'] ?? null;
34 34
                         if ($enabled) {
35 35
                             Craft::$app->announcements->push(
36
-                                function ($language) {
36
+                                function($language) {
37 37
                                     return Craft::t('seomatic', 'Google Universal Analytics deprecated', [], $language);
38 38
                                 },
39
-                                function ($language) {
39
+                                function($language) {
40 40
                                     return Craft::t('seomatic', 'Universal Analytics (which is used on this site via the SEOmatic plugin) is being [discontinued on July 1st, 2023]({url}). You should use Google gtag.js or Google Tag Manager instead and transition to a new GA4 property.', [
41 41
                                         'url' => 'https://support.google.com/analytics/answer/11583528',
42 42
                                     ], $language);
Please login to merge, or discard this patch.