Changeset 55082 for trunk/src/wp-admin/options-privacy.php
- Timestamp:
- 01/17/2023 09:32:42 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-privacy.php
r53156 r55082 182 182 <h2><?php _e( 'Privacy Settings' ); ?></h2> 183 183 <p> 184 <?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.' ); ?>184 <?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.' ); ?> 185 185 <?php _e( 'If you already have a Privacy Policy page, please select it below. If not, please create one.' ); ?> 186 186 </p> 187 187 <p> 188 <?php _e( 'The new page will include help and suggestions for your Privacy Policy.' ); ?>189 <?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.' ); ?>188 <?php _e( 'The new page will include help and suggestions for your privacy policy.' ); ?> 189 <?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.' ); ?> 190 190 </p> 191 191 <p> 192 192 <?php _e( 'After your Privacy Policy page is set, you should edit it.' ); ?> 193 <?php _e( 'You should also review 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.' ); ?>193 <?php _e( 'You should also review 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.' ); ?> 194 194 </p> 195 195 <p> … … 228 228 printf( 229 229 /* translators: 1: Privacy Policy guide URL, 2: Additional link attributes, 3: Accessibility text. */ 230 __( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out our Privacy Policy guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ),230 __( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out our privacy policy guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), 231 231 esc_url( admin_url( 'options-privacy.php?tab=policyguide' ) ), 232 232 '', … … 254 254 <?php 255 255 if ( $has_pages ) { 256 _e( 'Create a new Privacy Policy Page' );256 _e( 'Create a new Privacy Policy page' ); 257 257 } else { 258 258 _e( 'There are no pages.' );
Note: See TracChangeset
for help on using the changeset viewer.