Make WordPress Core

Ticket #44166: 44166.1.diff

File 44166.1.diff, 1.2 KB (added by abdullahramzan, 6 years ago)
  • wp-admin/includes/misc.php

    diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php
    index e9d7641..5b3a018 100644
    a b final class WP_Privacy_Policy_Content { 
    17411741
    17421742                        '<h3>' . __( 'Embedded content from other websites' ) . '</h3>' .
    17431743                        '<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>' .
    1744                         '<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>' .
     1744                        '<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>' .
    17451745
    17461746                        '<h3>' . __( 'Analytics' ) . '</h3>';
    17471747                $descr && $content .=