diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index 5b65bd06d2..eaa9d7f625 100644
a
|
b
|
require_once ABSPATH . 'wp-admin/admin-header.php'; |
73 | 73 | <?php _e( 'Display Posts with New Blocks and Patterns' ); ?> |
74 | 74 | </h3> |
75 | 75 | <p> |
76 | | <?php _e( 'The Query Loop Block makes it possible to display posts based on specified parameters; like a PHP loop without the code. Easily display posts from a specific category, to do things like create a portfolio or a page full of your favorite recipes. Think of it as a more complex and powerful Latest Posts Block! Plus, pattern suggestions make it easier than ever to create a list of posts with the design you want.' ); ?> |
| 76 | <?php _e( 'The Query Loop Block makes it possible to display posts based on specified parameters; like a PHP loop without the code. Easily display posts from a specific category, to do things like creating a portfolio or a page full of your favorite recipes. Think of it as a more complex and powerful Latest Posts Block! Plus, pattern suggestions make it easier than ever to create a list of posts with the design you want.' ); ?> |
77 | 77 | </p> |
78 | 78 | </div> |
79 | 79 | <div class="column about__image is-vertically-aligned-center"> |
diff --git a/src/wp-admin/privacy-policy-guide.php b/src/wp-admin/privacy-policy-guide.php
index 6581bb412a..3fbd6ff045 100644
a
|
b
|
require_once ABSPATH . 'wp-admin/admin-header.php'; |
64 | 64 | <div class="privacy-settings-body hide-if-no-js"> |
65 | 65 | <h2><?php _e( 'Privacy Policy Guide' ); ?></h2> |
66 | 66 | <h3 class="section-title"><?php _e( 'Introduction' ); ?></h3> |
67 | | <p><?php _e( 'This text template will help you to create your web site’s privacy policy.' ); ?></p> |
68 | | <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> |
| 67 | <p><?php _e( 'This text template will help you to create your website’s privacy policy.' ); ?></p> |
| 68 | <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> |
69 | 69 | <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> |
70 | 70 | <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> |
71 | 71 | <div class="privacy-settings-accordion"> |