summaryrefslogtreecommitdiffstats
path: root/wp-admin/includes/class-wp-privacy-policy-content.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/includes/class-wp-privacy-policy-content.php')
-rw-r--r--wp-admin/includes/class-wp-privacy-policy-content.php32
1 files changed, 16 insertions, 16 deletions
diff --git a/wp-admin/includes/class-wp-privacy-policy-content.php b/wp-admin/includes/class-wp-privacy-policy-content.php
index a64d043..e0775f7 100644
--- a/wp-admin/includes/class-wp-privacy-policy-content.php
+++ b/wp-admin/includes/class-wp-privacy-policy-content.php
@@ -466,7 +466,7 @@ final class WP_Privacy_Policy_Content {
}
/* translators: Default privacy policy heading. */
- $strings[] = '<h2>' . __( 'Who we are' ) . '</h2>';
+ $strings[] = '<h2 class="wp-block-heading">' . __( 'Who we are' ) . '</h2>';
if ( $description ) {
/* translators: Privacy policy tutorial. */
@@ -494,7 +494,7 @@ final class WP_Privacy_Policy_Content {
}
/* translators: Default privacy policy heading. */
- $strings[] = '<h2>' . __( 'Comments' ) . '</h2>';
+ $strings[] = '<h2 class="wp-block-heading">' . __( 'Comments' ) . '</h2>';
if ( $description ) {
/* translators: Privacy policy tutorial. */
@@ -507,7 +507,7 @@ final class WP_Privacy_Policy_Content {
}
/* translators: Default privacy policy heading. */
- $strings[] = '<h2>' . __( 'Media' ) . '</h2>';
+ $strings[] = '<h2 class="wp-block-heading">' . __( 'Media' ) . '</h2>';
if ( $description ) {
/* translators: Privacy policy tutorial. */
@@ -525,11 +525,11 @@ final class WP_Privacy_Policy_Content {
}
/* translators: Default privacy policy heading. */
- $strings[] = '<h2>' . __( 'Cookies' ) . '</h2>';
+ $strings[] = '<h2 class="wp-block-heading">' . __( 'Cookies' ) . '</h2>';
if ( $description ) {
/* translators: Privacy policy tutorial. */
- $strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this subsection you should list the cookies your web site uses, including those set by your plugins, social media, and analytics. We have provided the cookies which WordPress installs by default.' ) . '</p>';
+ $strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this subsection you should list the cookies your website uses, including those set by your plugins, social media, and analytics. We have provided the cookies which WordPress installs by default.' ) . '</p>';
} else {
/* translators: Default privacy policy text. */
$strings[] = '<p>' . $suggested_text . __( 'If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.' ) . '</p>';
@@ -543,7 +543,7 @@ final class WP_Privacy_Policy_Content {
if ( ! $description ) {
/* translators: Default privacy policy heading. */
- $strings[] = '<h2>' . __( 'Embedded content from other websites' ) . '</h2>';
+ $strings[] = '<h2 class="wp-block-heading">' . __( 'Embedded content from other websites' ) . '</h2>';
/* translators: Default privacy policy text. */
$strings[] = '<p>' . $suggested_text . __( 'Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.' ) . '</p>';
/* translators: Default privacy policy text. */
@@ -560,7 +560,7 @@ final class WP_Privacy_Policy_Content {
}
/* translators: Default privacy policy heading. */
- $strings[] = '<h2>' . __( 'Who we share your data with' ) . '</h2>';
+ $strings[] = '<h2 class="wp-block-heading">' . __( 'Who we share your data with' ) . '</h2>';
if ( $description ) {
/* translators: Privacy policy tutorial. */
@@ -573,11 +573,11 @@ final class WP_Privacy_Policy_Content {
}
/* translators: Default privacy policy heading. */
- $strings[] = '<h2>' . __( 'How long we retain your data' ) . '</h2>';
+ $strings[] = '<h2 class="wp-block-heading">' . __( 'How long we retain your data' ) . '</h2>';
if ( $description ) {
/* translators: Privacy policy tutorial. */
- $strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should explain how long you retain personal data collected or processed by the web site. While it is your responsibility to come up with the schedule of how long you keep each dataset for and why you keep it, that information does need to be listed here. For example, you may want to say that you keep contact form entries for six months, analytics records for a year, and customer purchase records for ten years.' ) . '</p>';
+ $strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should explain how long you retain personal data collected or processed by the website. While it is your responsibility to come up with the schedule of how long you keep each dataset for and why you keep it, that information does need to be listed here. For example, you may want to say that you keep contact form entries for six months, analytics records for a year, and customer purchase records for ten years.' ) . '</p>';
} else {
/* translators: Default privacy policy text. */
$strings[] = '<p>' . $suggested_text . __( 'If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.' ) . '</p>';
@@ -586,7 +586,7 @@ final class WP_Privacy_Policy_Content {
}
/* translators: Default privacy policy heading. */
- $strings[] = '<h2>' . __( 'What rights you have over your data' ) . '</h2>';
+ $strings[] = '<h2 class="wp-block-heading">' . __( 'What rights you have over your data' ) . '</h2>';
if ( $description ) {
/* translators: Privacy policy tutorial. */
@@ -597,7 +597,7 @@ final class WP_Privacy_Policy_Content {
}
/* translators: Default privacy policy heading. */
- $strings[] = '<h2>' . __( 'Where your data is sent' ) . '</h2>';
+ $strings[] = '<h2 class="wp-block-heading">' . __( 'Where your data is sent' ) . '</h2>';
if ( $description ) {
/* translators: Privacy policy tutorial. */
@@ -641,14 +641,14 @@ final class WP_Privacy_Policy_Content {
/* translators: Default privacy policy heading. */
$strings[] = '<h2>' . __( 'What third parties we receive data from' ) . '</h2>';
/* translators: Privacy policy tutorial. */
- $strings[] = '<p class="privacy-policy-tutorial">' . __( 'If your web site receives data about users from third parties, including advertisers, this information must be included within the section of your privacy policy dealing with third party data.' ) . '</p>';
+ $strings[] = '<p class="privacy-policy-tutorial">' . __( 'If your website receives data about users from third parties, including advertisers, this information must be included within the section of your privacy policy dealing with third party data.' ) . '</p>';
}
if ( $description ) {
/* translators: Default privacy policy heading. */
$strings[] = '<h2>' . __( 'What automated decision making and/or profiling we do with user data' ) . '</h2>';
/* translators: Privacy policy tutorial. */
- $strings[] = '<p class="privacy-policy-tutorial">' . __( 'If your web site provides a service which includes automated decision making - for example, allowing customers to apply for credit, or aggregating their data into an advertising profile - you must note that this is taking place, and include information about how that information is used, what decisions are made with that aggregated data, and what rights users have over decisions made without human intervention.' ) . '</p>';
+ $strings[] = '<p class="privacy-policy-tutorial">' . __( 'If your website provides a service which includes automated decision making - for example, allowing customers to apply for credit, or aggregating their data into an advertising profile - you must note that this is taking place, and include information about how that information is used, what decisions are made with that aggregated data, and what rights users have over decisions made without human intervention.' ) . '</p>';
}
if ( $description ) {
@@ -662,11 +662,11 @@ final class WP_Privacy_Policy_Content {
if ( $blocks ) {
foreach ( $strings as $key => $string ) {
if ( str_starts_with( $string, '<p>' ) ) {
- $strings[ $key ] = '<!-- wp:paragraph -->' . $string . '<!-- /wp:paragraph -->';
+ $strings[ $key ] = "<!-- wp:paragraph -->\n" . $string . "\n<!-- /wp:paragraph -->\n";
}
- if ( str_starts_with( $string, '<h2>' ) ) {
- $strings[ $key ] = '<!-- wp:heading -->' . $string . '<!-- /wp:heading -->';
+ if ( str_starts_with( $string, '<h2 ' ) ) {
+ $strings[ $key ] = "<!-- wp:heading -->\n" . $string . "\n<!-- /wp:heading -->\n";
}
}
}