Changeset 49943 for trunk/src/wp-admin/privacy.php
- Timestamp:
- 01/07/2021 04:07:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy.php
r49640 r49943 72 72 printf( 73 73 /* translators: %s: https://wordpress.org/about/privacy/ */ 74 __( 'We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="%s"> WordPress.org/about/privacy</a>.' ),74 __( 'We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="%s">our Privacy Policy</a>.' ), 75 75 __( 'https://wordpress.org/about/privacy/' ) 76 76 );
Note: See TracChangeset
for help on using the changeset viewer.