Changeset 43132
- Timestamp:
- 05/03/2018 12:17:13 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy.php
r43131 r43132 67 67 sprintf( 68 68 /* translators: %s: URL to edit Privacy Policy page */ 69 __( 'Your Privacy Policy page created successfully. You’ll want to <a href="%s">review and edit your policy</a> next.' ),69 __( 'Your privacy policy page created successfully. You’ll want to <a href="%s">review and edit your policy</a> next.' ), 70 70 'post.php?post=' . $privacy_policy_page_id . '&action=edit' 71 71 ), … … 129 129 <p> 130 130 <?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.' ); ?> 131 <?php _e( 'If you already have a Privacy Policy page, please select it below. If not, create one.' ); ?>131 <?php _e( 'If you already have a privacy policy page, please select it below. If not, create one.' ); ?> 132 132 </p> 133 133 <p> … … 136 136 </p> 137 137 <p> 138 <?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.' ); ?>138 <?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.' ); ?> 139 139 <?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.' ); ?> 140 140 </p>
Note: See TracChangeset
for help on using the changeset viewer.