diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index 1d8615899f..3eccc3cd80 100644 --- a/wp-admin/includes/misc.php +++ b/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 .= diff --git a/wp-includes/version.php b/wp-includes/version.php index 462ab5f385..3b99e1bae0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.