wp/wp-admin/privacy.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
--- a/wp/wp-admin/privacy.php	Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-admin/privacy.php	Wed Sep 21 18:19:35 2022 +0200
@@ -18,15 +18,14 @@
 <div class="wrap about__container">
 
 	<div class="about__header">
-		<div class="about__header-text">
-			<?php _e( 'Speed. Search. Security.' ); ?>
+		<div class="about__header-title">
+			<h1>
+				<?php _e( 'Privacy' ); ?>
+			</h1>
 		</div>
 
-		<div class="about__header-title">
-			<p>
-				<?php _e( 'WordPress' ); ?>
-				<span><?php echo $display_version; ?></span>
-			</p>
+		<div class="about__header-text">
+			<?php _e( 'We take privacy and transparency very seriously' ); ?>
 		</div>
 
 		<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
@@ -37,10 +36,11 @@
 		</nav>
 	</div>
 
-	<div class="about__section">
-		<div class="column">
-			<h1><?php _e( 'Privacy' ); ?></h1>
-
+	<div class="about__section has-2-columns is-wider-right">
+		<div class="column about__image">
+			<img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg' ) ); ?>" alt="" />
+		</div>
+		<div class="column is-vertically-aligned-center">
 			<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>
 
 			<p>
@@ -57,7 +57,7 @@
 				<?php
 				printf(
 					/* translators: %s: https://wordpress.org/about/privacy/ */
-					__( '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>.' ),
+					__( '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>.' ),
 					__( 'https://wordpress.org/about/privacy/' )
 				);
 				?>