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

Props dlh, tobifjellner.
Fixes #43951.
Built from https://develop.svn.wordpress.org/trunk@43170


git-svn-id: http://core.svn.wordpress.org/trunk@42999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-05-04 01:56:22 +00:00
parent abb666a812
commit f055261a05
2 changed files with 3 additions and 3 deletions

View File

@ -1635,7 +1635,7 @@ final class WP_Privacy_Policy_Content {
*
* @since 4.9.6
*
* @return string The defauld policy content.
* @return string The default policy content.
*/
public static function get_default_content() {
// Start of the suggested privacy policy text.
@ -1705,7 +1705,7 @@ final class WP_Privacy_Policy_Content {
'<p class="wp-policy-help">' . __( 'In this section you should provide a contact method for privacy-specific concerns. If you are required to have a Data Protection Officer, list their name and full contact details here as well.' ) . '</p>' .
'<h2>' . __( 'Additional information' ) . '</h2>' .
'<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>' .
'<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>' .
'<h3>' . __( 'How we protect your data' ) . '</h3>' .
'<p class="wp-policy-help">' . __( 'In this section you should explain what measures you have taken to protect your users&#8217; data. This could include technical measures such as encryption; security measures such as 2FA; and human measures such as staff training in data protection. If you have carried out a Privacy Impact Assessment, you can mention it here too.' ) . '</p>' .

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43168';
$wp_version = '5.0-alpha-43170';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.