From ef82b5ffe9ac4ee3b4ee19fe69db06e330b7d250 Mon Sep 17 00:00:00 2001
From: Derek Smart
Date: Fri, 30 Mar 2018 09:49:07 -0400
Subject: [PATCH 1/2] Update privacy policy link
---
_inc/client/privacy/index.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_inc/client/privacy/index.jsx b/_inc/client/privacy/index.jsx
index 21b0ae0581f33..b8841a0cbfc86 100644
--- a/_inc/client/privacy/index.jsx
+++ b/_inc/client/privacy/index.jsx
@@ -119,7 +119,7 @@ class Privacy extends React.Component {
'See more WordPress privacy information and resources on {{a}}privacy.blog{{/a}}.', {
components: {
a:
From f02c9d537ed146c9612fbd40f7f659f8a0d762c6 Mon Sep 17 00:00:00 2001
From: Derek Smart
Date: Fri, 30 Mar 2018 09:56:46 -0400
Subject: [PATCH 2/2] Remove text about privacy blog
---
_inc/client/privacy/index.jsx | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/_inc/client/privacy/index.jsx b/_inc/client/privacy/index.jsx
index b8841a0cbfc86..60c835619d3a7 100644
--- a/_inc/client/privacy/index.jsx
+++ b/_inc/client/privacy/index.jsx
@@ -29,11 +29,6 @@ const trackWhatJetpackSyncView = () => analytics.tracks.recordJetpackClick( {
feature: 'privacy'
} );
-const trackPrivacyBlogView = () => analytics.tracks.recordJetpackClick( {
- target: 'privacy-blog',
- feature: 'privacy'
-} );
-
class Privacy extends React.Component {
static displayName = 'PrivacySettings';
@@ -114,19 +109,6 @@ class Privacy extends React.Component {
{ __( 'Send information to help us improve our products.' ) }
-
- { __(
- 'See more WordPress privacy information and resources on {{a}}privacy.blog{{/a}}.', {
- components: {
- a:
- }
- } )
- }
-