Skip to content

Commit

Permalink
Remove references to privacy.blog (Automattic#9191)
Browse files Browse the repository at this point in the history
  • Loading branch information
dereksmart authored and oskosk committed Apr 2, 2018
1 parent 4a0a4be commit 528c377
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions _inc/client/privacy/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -134,19 +129,6 @@ class Privacy extends React.Component {
{ __( 'Send information to help us improve our products.' ) }
</CompactFormToggle>
</p>
<p>
{ __(
'See more WordPress privacy information and resources on {{a}}privacy.blog{{/a}}.', {
components: {
a: <ExternalLink
href="https://privacy.blog/"
onClick={ trackPrivacyBlogView }
target="_blank" rel="noopener noreferrer"
/>
}
} )
}
</p>
</SettingsGroup>
</SettingsCard>
</div>
Expand Down

0 comments on commit 528c377

Please sign in to comment.