Skip to content

Commit fe9df58

Browse files
Update src/wp-admin/includes/class-wp-privacy-policy-content.php
Co-authored-by: Weston Ruter <westonruter@gmail.com>
1 parent 8647798 commit fe9df58

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">' . __( 'Where applicable, European data protection law requires personal data of individuals in the European Union or European Economic Area, and other personal data 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>';
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 other personal data 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. You should also 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)