Changeset 43134
- Timestamp:
- 05/03/2018 05:30:36 AM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/privacy.php
r43133 r43134 61 61 sprintf( 62 62 /* translators: %s: URL to edit Privacy Policy page */ 63 __( 'Your Privacy Policy page created successfully. You’ll want to <a href="%s">review and edit your policy</a> next.' ),63 __( 'Your privacy policy page created successfully. You’ll want to <a href="%s">review and edit your policy</a> next.' ), 64 64 'post.php?post=' . $privacy_policy_page_id . '&action=edit' 65 65 ), … … 123 123 <p> 124 124 <?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.' ); ?> 125 <?php _e( 'If you already have a Privacy Policy page, please select it below. If not, create one.' ); ?>125 <?php _e( 'If you already have a privacy policy page, please select it below. If not, create one.' ); ?> 126 126 </p> 127 127 <p> … … 130 130 </p> 131 131 <p> 132 <?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.' ); ?>132 <?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.' ); ?> 133 133 <?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.' ); ?> 134 134 </p>
Note: See TracChangeset
for help on using the changeset viewer.