Make WordPress Core

Changeset 43171


Ignore:
Timestamp:
05/04/2018 01:56:49 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.
Merges [43170] to the 4.9 branch.
Fixes #43951.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

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

    r43151 r43171  
    15871587     * @since 4.9.6
    15881588     *
    1589      * @return string The defauld policy content.
     1589     * @return string The default policy content.
    15901590     */
    15911591    public static function get_default_content() {
     
    16571657
    16581658            '<h2>' . __( 'Additional information' ) . '</h2>' .
    1659             '<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>' .
     1659            '<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>' .
    16601660
    16611661            '<h3>' . __( 'How we protect your data' ) . '</h3>' .
Note: See TracChangeset for help on using the changeset viewer.