diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index c44590f6e1..6b466ed6cf 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -1701,7 +1701,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 .= diff --git a/wp-includes/version.php b/wp-includes/version.php index 1b1e1e016f..26cd62ef41 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.