Skip to content

Commit 4030a6e

Browse files
authored
Update data transfer tutorial text for legal accuracy
1 parent 043bfee commit 4030a6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/class-wp-privacy-policy-content.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ public static function get_default_content( $description = false, $blocks = true
601601
/* translators: Privacy policy tutorial. */
602602
$strings[] = '<p class="privacy-policy-tutorial">' . __( '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.' ) . '</p>';
603603
/* translators: Privacy policy tutorial. */
604-
$strings[] = '<p class="privacy-policy-tutorial">' . __( '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 the EU-U.S. Data Privacy Framework (DPF), Standard Contractual Clauses (SCCs), or binding corporate rules.' ) . '</p>';
604+
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'Where applicable, European data protection law requires personal data of individuals in the European Union or European Economic Area, and personal data otherwise subject to that law, to be protected when transferred outside the European Union or European Economic Area. In addition to listing where the data is transferred, you should explain the legal basis and safeguards relied on for the transfer, such as an adequacy decision, Standard Contractual Clauses, or Binding Corporate Rules, and describe any supplementary measures used where relevant.' ) . '</p>';
605605
} else {
606606
/* translators: Default privacy policy text. */
607607
$strings[] = '<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>';

0 commit comments

Comments
 (0)