Make WordPress Core

Changeset 43254 for branches/4.9


Ignore:
Timestamp:
05/14/2018 02:02:36 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: fix two typos in WP_Privacy_Policy_Content::get_default_content().

Props dlh.
Merges [43249] to the 4.9 branch.
Fixes #44050.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/includes/misc.php

    r43225 r43254  
    16381638     * @since 4.9.6
    16391639     *
    1640      * @param bool $descr Whether to include the descriptions undet the section headings. Default false.
     1640     * @param bool $descr Whether to include the descriptions under the section headings. Default false.
    16411641     * @return string The default policy content.
    16421642     */
     
    17251725            '<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>';
    17261726        $content .=
    1727             '<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>';
     1727            '<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>' .
    17281728
    17291729            '<h2>' . __( 'Your contact information' ) . '</h2>';
Note: See TracChangeset for help on using the changeset viewer.