From 805b2761a9e17ddea2c1c397c1ba5d4d792d4fa0 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 13 May 2018 11:14:19 +0000 Subject: [PATCH] Privacy: fix two typos in `WP_Privacy_Policy_Content::get_default_content()`. Props dlh. Fixes #44050. git-svn-id: https://develop.svn.wordpress.org/trunk@43249 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/misc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php index f15e5788cf..b44c374ea6 100644 --- a/src/wp-admin/includes/misc.php +++ b/src/wp-admin/includes/misc.php @@ -1690,7 +1690,7 @@ final class WP_Privacy_Policy_Content { * * @since 4.9.6 * - * @param bool $descr Whether to include the descriptions undet the section headings. Default false. + * @param bool $descr Whether to include the descriptions under the section headings. Default false. * @return string The default policy content. */ public static function get_default_content( $descr = false ) { @@ -1779,7 +1779,7 @@ final class WP_Privacy_Policy_Content { '

' . __( 'In this section you should list all transfers of your site data outside the European Union and describe the means by which that data is safeguarded to European data protection standards. This could include your web hosting, cloud storage, or other third party services.' ) . '

' . '

' . __( 'European data protection law requires data about European residents which is transferred outside the European Union to be safeguarded to the same standards as if the data was in Europe. So in addition to listing where data goes, you should describe how you ensure that these standards are met either by yourself or by your third party providers, whether that is through an agreement such as Privacy Shield, model clauses in your contracts, or binding corporate rules.' ) . '

'; $content .= - '

' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '

'; + '

' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '

' . '

' . __( 'Your contact information' ) . '

'; $descr && $content .=