Make WordPress Core


Ignore:
Timestamp:
06/16/2018 10:06:41 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Fix typo in default privacy policy text.

Props garetharnold, abdullahramzan.
Fixes #44166.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/misc.php

    r43269 r43350  
    17491749            '<h3>' . __( 'Embedded content from other websites' ) . '</h3>' .
    17501750            '<p>' . $suggested_text . __( 'Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.' ) . '</p>' .
    1751             '<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>' .
     1751            '<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>' .
    17521752
    17531753            '<h3>' . __( 'Analytics' ) . '</h3>';
Note: See TracChangeset for help on using the changeset viewer.