Make WordPress Core

Changeset 43249


Ignore:
Timestamp:
05/13/2018 11:14:19 AM (6 years ago)
Author:
azaozz
Message:

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

Props dlh.
Fixes #44050.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/misc.php

    r43248 r43249  
    16911691     * @since 4.9.6
    16921692     *
    1693      * @param bool $descr Whether to include the descriptions undet the section headings. Default false.
     1693     * @param bool $descr Whether to include the descriptions under the section headings. Default false.
    16941694     * @return string The default policy content.
    16951695     */
     
    17801780            '<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>';
    17811781        $content .=
    1782             '<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>';
     1782            '<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>' .
    17831783
    17841784            '<h2>' . __( 'Your contact information' ) . '</h2>';
Note: See TracChangeset for help on using the changeset viewer.