Privacy: Fix typo in default privacy policy text.
Props garetharnold, abdullahramzan. Fixes #44166. Built from https://develop.svn.wordpress.org/trunk@43350 git-svn-id: http://core.svn.wordpress.org/trunk@43178 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a4f7f70c9d
commit
947a12f2b2
|
@ -1748,7 +1748,7 @@ final class WP_Privacy_Policy_Content {
|
|||
|
||||
'<h3>' . __( 'Embedded content from other websites' ) . '</h3>' .
|
||||
'<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>' .
|
||||
'<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>' .
|
||||
|
||||
'<h3>' . __( 'Analytics' ) . '</h3>';
|
||||
$descr && $content .=
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43348';
|
||||
$wp_version = '5.0-alpha-43350';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue