Changeset 51360 for branches/5.8/src/wp-admin/privacy.php
- Timestamp:
- 07/06/2021 11:41:46 PM (5 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/privacy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
- Property svn:mergeinfo changed
/trunk merged: 51356,51359
- Property svn:mergeinfo changed
-
branches/5.8/src/wp-admin/privacy.php
r51264 r51360 37 37 </div> 38 38 39 <div class="about__section"> 40 <div class="column"> 41 <p><img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.png' ) ); ?>" alt="" /></p> 42 39 <div class="about__section has-2-columns is-wider-right"> 40 <div class="column about__image"> 41 <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg' ) ); ?>" alt="" /> 42 </div> 43 <div class="column is-vertically-aligned-center"> 43 44 <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> 44 45
Note: See TracChangeset
for help on using the changeset viewer.