wp/wp-admin/privacy.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
    16 require_once ABSPATH . 'wp-admin/admin-header.php';
    16 require_once ABSPATH . 'wp-admin/admin-header.php';
    17 ?>
    17 ?>
    18 <div class="wrap about__container">
    18 <div class="wrap about__container">
    19 
    19 
    20 	<div class="about__header">
    20 	<div class="about__header">
    21 		<div class="about__header-text">
    21 		<div class="about__header-title">
    22 			<?php _e( 'Speed. Search. Security.' ); ?>
    22 			<h1>
       
    23 				<?php _e( 'Privacy' ); ?>
       
    24 			</h1>
    23 		</div>
    25 		</div>
    24 
    26 
    25 		<div class="about__header-title">
    27 		<div class="about__header-text">
    26 			<p>
    28 			<?php _e( 'We take privacy and transparency very seriously' ); ?>
    27 				<?php _e( 'WordPress' ); ?>
       
    28 				<span><?php echo $display_version; ?></span>
       
    29 			</p>
       
    30 		</div>
    29 		</div>
    31 
    30 
    32 		<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
    31 		<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
    33 			<a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
    32 			<a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
    34 			<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
    33 			<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
    35 			<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
    34 			<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
    36 			<a href="privacy.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Privacy' ); ?></a>
    35 			<a href="privacy.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Privacy' ); ?></a>
    37 		</nav>
    36 		</nav>
    38 	</div>
    37 	</div>
    39 
    38 
    40 	<div class="about__section">
    39 	<div class="about__section has-2-columns is-wider-right">
    41 		<div class="column">
    40 		<div class="column about__image">
    42 			<h1><?php _e( 'Privacy' ); ?></h1>
    41 			<img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg' ) ); ?>" alt="" />
    43 
    42 		</div>
       
    43 		<div class="column is-vertically-aligned-center">
    44 			<p><?php _e( 'From time to time, your WordPress site may send data to WordPress.org &#8212; including, but not limited to &#8212; the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p>
    44 			<p><?php _e( 'From time to time, your WordPress site may send data to WordPress.org &#8212; including, but not limited to &#8212; the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p>
    45 
    45 
    46 			<p>
    46 			<p>
    47 				<?php
    47 				<?php
    48 				printf(
    48 				printf(
    55 
    55 
    56 			<p>
    56 			<p>
    57 				<?php
    57 				<?php
    58 				printf(
    58 				printf(
    59 					/* translators: %s: https://wordpress.org/about/privacy/ */
    59 					/* translators: %s: https://wordpress.org/about/privacy/ */
    60 					__( '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>.' ),
    60 					__( '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>.' ),
    61 					__( 'https://wordpress.org/about/privacy/' )
    61 					__( 'https://wordpress.org/about/privacy/' )
    62 				);
    62 				);
    63 				?>
    63 				?>
    64 			</p>
    64 			</p>
    65 		</div>
    65 		</div>