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
This commit is contained in:
Andrew Ozz 2018-05-13 11:14:19 +00:00
parent 155f8fd99a
commit 805b2761a9
1 changed files with 2 additions and 2 deletions

View File

@ -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 {
'<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>' .
'<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 Privacy Shield, model clauses in your contracts, or binding corporate rules.' ) . '</p>';
$content .=
'<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>';
'<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>' .
'<h2>' . __( 'Your contact information' ) . '</h2>';
$descr && $content .=