wp/wp-admin/privacy.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    24 				<?php _e( 'Privacy' ); ?>
    24 				<?php _e( 'Privacy' ); ?>
    25 			</h1>
    25 			</h1>
    26 		</div>
    26 		</div>
    27 
    27 
    28 		<div class="about__header-text">
    28 		<div class="about__header-text">
    29 			<?php _e( 'We take privacy and transparency very seriously' ); ?>
    29 			<?php _e( 'WordPress.org takes privacy and transparency very seriously' ); ?>
    30 		</div>
    30 		</div>
    31 	</div>
    31 	</div>
    32 
    32 
    33 	<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
    33 	<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
    34 		<a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
    34 		<a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
    57 
    57 
    58 			<p>
    58 			<p>
    59 				<?php
    59 				<?php
    60 				printf(
    60 				printf(
    61 					/* translators: %s: https://wordpress.org/about/privacy/ */
    61 					/* translators: %s: https://wordpress.org/about/privacy/ */
    62 					__( '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>.' ),
    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 					__( 'https://wordpress.org/about/privacy/' )
    63 					__( 'https://wordpress.org/about/privacy/' )
    64 				);
    64 				);
    65 				?>
    65 				?>
    66 			</p>
    66 			</p>
    67 		</div>
    67 		</div>