[wp-trac] [WordPress Trac] #44166: Typo in Privacy Policy example content

WordPress Trac noreply at wordpress.org
Mon May 21 00:41:52 UTC 2018


#44166: Typo in Privacy Policy example content
--------------------------+---------------------
 Reporter:  garetharnold  |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  4.9.7
Component:  Privacy       |     Version:  4.9.6
 Severity:  trivial       |  Resolution:
 Keywords:  has-patch     |     Focuses:
--------------------------+---------------------
Changes (by SergeyBiryukov):

 * milestone:  Awaiting Review => 4.9.7


Old description:

> 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>' .

New description:

 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>' .
 }}}

--

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/44166#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list