--- 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 — including, but not limited to — 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/' )
);
?>