Changeset 59667 for trunk/src/wp-admin/privacy.php
- Timestamp:
- 01/20/2025 10:02:56 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy.php
r57715 r59667 27 27 28 28 <div class="about__header-text"> 29 <?php _e( 'W e takeprivacy and transparency very seriously' ); ?>29 <?php _e( 'WordPress.org takes privacy and transparency very seriously' ); ?> 30 30 </div> 31 31 </div> … … 60 60 printf( 61 61 /* translators: %s: https://wordpress.org/about/privacy/ */ 62 __( 'W e take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="%s">ourPrivacy Policy</a>.' ),62 __( 'WordPress.org takes privacy and transparency very seriously. To learn more about what data is collected, and how it is used, please visit <a href="%s">the WordPress.org Privacy Policy</a>.' ), 63 63 __( 'https://wordpress.org/about/privacy/' ) 64 64 );
Note: See TracChangeset
for help on using the changeset viewer.