Make WordPress Core

Changeset 43170


Ignore:
Timestamp:
05/04/2018 01:55:41 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Remove stray closing tag in WP_Privacy_Policy_Content::get_default_content(), fix typo in @return tag.

Props dlh, tobifjellner.
Fixes #43951.

File:
1 edited

Legend:

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

    r43150 r43170  
    16361636     * @since 4.9.6
    16371637     *
    1638      * @return string The defauld policy content.
     1638     * @return string The default policy content.
    16391639     */
    16401640    public static function get_default_content() {
     
    17061706
    17071707            '<h2>' . __( 'Additional information' ) . '</h2>' .
    1708             '<p class="wp-policy-help">' . __( 'If you use your website for commercial purposes and you engage in more complex collection or processing of personal data, you should note the following information in your privacy notice in addition to the information we have already discussed.</p>' ) . '</p>' .
     1708            '<p class="wp-policy-help">' . __( 'If you use your website for commercial purposes and you engage in more complex collection or processing of personal data, you should note the following information in your privacy notice in addition to the information we have already discussed.' ) . '</p>' .
    17091709
    17101710            '<h3>' . __( 'How we protect your data' ) . '</h3>' .
Note: See TracChangeset for help on using the changeset viewer.