Changeset 56950 for trunk/src/wp-admin/privacy.php
- Timestamp:
- 10/17/2023 02:00:11 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy.php
r56292 r56950 26 26 </div> 27 27 28 <div class="about__header-text"> 29 <?php _e( 'We take privacy and transparency very seriously' ); ?> 30 </div> 28 <div class="about__header-text"></div> 31 29 </div> 32 30 … … 41 39 <div class="about__section has-2-columns is-wider-right"> 42 40 <div class="column about__image"> 43 <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg?ver=6. 3' ) ); ?>" alt="" />41 <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg?ver=6.4' ) ); ?>" alt="" /> 44 42 </div> 45 43 <div class="column is-vertically-aligned-center"> 46 <p><?php _e( 'From time to time, your WordPress site may send data to WordPress.org — including, but not limited to — the version of WordPressyou 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 — including, but not limited to — the version you are using, and a list of installed plugins and themes.' ); ?></p> 47 45 48 46 <p>
Note: See TracChangeset
for help on using the changeset viewer.