From a7435b7a04f4bec27ae2c9811351ee044553a05d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 16 Jun 2018 10:06:41 +0000 Subject: [PATCH] Privacy: Fix typo in default privacy policy text. Props garetharnold, abdullahramzan. Fixes #44166. git-svn-id: https://develop.svn.wordpress.org/trunk@43350 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/misc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php index 1d8615899f..3eccc3cd80 100644 --- a/src/wp-admin/includes/misc.php +++ b/src/wp-admin/includes/misc.php @@ -1748,7 +1748,7 @@ final class WP_Privacy_Policy_Content { '

' . __( 'Embedded content from other websites' ) . '

' . '

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

' . - '

' . __( '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.' ) . '

' . + '

' . __( '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.' ) . '

' . '

' . __( 'Analytics' ) . '

'; $descr && $content .=