Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#44166 closed defect (bug) (fixed)

Typo in Privacy Policy example content

Reported by: garetharnold's profile garetharnold Owned by: abdullahramzan's profile abdullahramzan
Milestone: 4.9.7 Priority: normal
Severity: trivial Version: 4.9.6
Component: Privacy Keywords: good-first-bug has-patch commit
Focuses: Cc:

Description (last modified by SergeyBiryukov)

in /wp-admin/includes/misc.php

"tracing" should be "tracking"

See diff below

-			'<p>' . __( 'These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracing your interaction with the embedded content if you have an account and are logged in to that website.' ) . '</p>' .
+			'<p>' . __( 'These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.' ) . '</p>' .

Attachments (1)

44166.1.diff (1.2 KB) - added by abdullahramzan 7 years ago.

Download all attachments as: .zip

Change History (9)

#1 @SergeyBiryukov
7 years ago

  • Description modified (diff)
  • Milestone changed from Awaiting Review to 4.9.7

#2 @SergeyBiryukov
7 years ago

  • Keywords needs-patch good-first-bug added; has-patch removed

#3 @abdullahramzan
7 years ago

  • Keywords has-patch added; needs-patch removed

#4 @desrosj
7 years ago

  • Milestone changed from 4.9.7 to 4.9.8

Moving all tickets in 4.9.7 to 4.9.8.

This ticket was mentioned in Slack in #core by abdullahramzan. View the logs.


7 years ago

#6 @desrosj
7 years ago

  • Keywords commit added
  • Milestone changed from 4.9.8 to 4.9.7
  • Owner set to abdullahramzan
  • Status changed from new to assigned

Assigning to mark good-first-bug claimed. Looks good to go.

#7 @SergeyBiryukov
7 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 43350:

Privacy: Fix typo in default privacy policy text.

Props garetharnold, abdullahramzan.
Fixes #44166.

#8 @SergeyBiryukov
7 years ago

In 43351:

Privacy: Fix typo in default privacy policy text.

Props garetharnold, abdullahramzan.
Merges [43350] to the 4.9 branch.
Fixes #44166.

Note: See TracTickets for help on using tickets.