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 .=