wp/wp-admin/privacy-policy-guide.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-admin/privacy-policy-guide.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/privacy-policy-guide.php	Tue Sep 27 16:37:53 2022 +0200
@@ -19,7 +19,7 @@
 
 add_filter(
 	'admin_body_class',
-	function( $body_class ) {
+	static function( $body_class ) {
 		$body_class .= ' privacy-settings ';
 
 		return $body_class;
@@ -65,7 +65,7 @@
 	<h2><?php _e( 'Privacy Policy Guide' ); ?></h2>
 	<h3 class="section-title"><?php _e( 'Introduction' ); ?></h3>
 	<p><?php _e( 'This text template will help you to create your web site&#8217;s privacy policy.' ); ?></p>
-	<p><?php _e( 'We have suggested the sections you will need. Under each section heading you will find a short summary of what information you should provide, which will help you to get started. Some sections include suggested policy content, others will have to be completed with information from your theme and plugins.' ); ?></p>
+	<p><?php _e( 'The template contains a suggestion of sections you most likely will need. Under each section heading you will find a short summary of what information you should provide, which will help you to get started. Some sections include suggested policy content, others will have to be completed with information from your theme and plugins.' ); ?></p>
 	<p><?php _e( 'Please edit your privacy policy content, making sure to delete the summaries, and adding any information from your theme and plugins. Once you publish your policy page, remember to add it to your navigation menu.' ); ?></p>
 	<p><?php _e( 'It is your responsibility to write a comprehensive privacy policy, to make sure it reflects all national and international legal requirements on privacy, and to keep your policy current and accurate.' ); ?></p>
 	<div class="privacy-settings-accordion">