Ticket #43933: 43933.2.patch
File 43933.2.patch, 1.9 KB (added by , 7 years ago) |
---|
-
src/wp-admin/privacy.php
123 123 <h2><?php _e( 'Privacy Policy page' ); ?></h2> 124 124 <p> 125 125 <?php _e( 'As a website owner, you may need to follow national or international privacy laws. For example, you may need to create and display a privacy policy.' ); ?> 126 <?php _e( 'If you already have a privacy policy page, please select it below. If not, create one.' ); ?>126 <?php _e( 'If you already have a privacy policy page, please select it below. If not, please create one.' ); ?> 127 127 </p> 128 128 <p> 129 129 <?php _e( 'The new page will include help and suggestions for your privacy policy.' ); ?> … … 130 130 <?php _e( 'However, it is your responsibility to use those resources correctly, to provide the information that your privacy policy requires, and to keep that information current and accurate.' ); ?> 131 131 </p> 132 132 <p> 133 <?php _e( 'After your privacy policy page is set, we suggest that you edit it. On the edit page screen you will find additional privacy information added by your themes and plugins.' ); ?>134 <?php _e( 'We would also suggest reviewing your privacy policy from time to time, especially after an update. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>133 <?php _e( 'After your privacy policy page is set, we suggest that you edit it. On the edit page screen, you will find additional privacy information added by your themes and plugins.' ); ?> 134 <?php _e( 'We would also suggest reviewing your privacy policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?> 135 135 </p> 136 136 <?php 137 137 if ( $privacy_policy_page_exists ) {