mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-29 04:28:07 +01:00
Privacy: Fix typo in default privacy policy text.
Props garetharnold, abdullahramzan. Merges [43350] to the 4.9 branch. Fixes #44166. Built from https://develop.svn.wordpress.org/branches/4.9@43351 git-svn-id: http://core.svn.wordpress.org/branches/4.9@43179 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1bb5174584
commit
eaf96830ce
@ -1701,7 +1701,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 = '4.9.7-alpha-43349';
|
||||
$wp_version = '4.9.7-alpha-43351';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user