Changeset 51264 for trunk/src/wp-admin/privacy.php
- Timestamp:
- 06/29/2021 07:06:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy.php
r51177 r51264 19 19 20 20 <div class="about__header"> 21 <div class="about__header-image"> 22 <img alt="<?php _e( 'Code is Poetry' ); ?>" src="<?php echo esc_url( admin_url( 'images/about-badge.svg' ) ); ?>" /> 21 <div class="about__header-title"> 22 <h1> 23 <?php _e( 'Privacy' ); ?> 24 </h1> 23 25 </div> 24 26 25 <div class="about__header-container"> 26 <div class="about__header-title"> 27 <p> 28 <?php _e( 'WordPress' ); ?> 29 <?php echo $display_version; ?> 30 </p> 31 </div> 32 33 <div class="about__header-text"> 34 <?php _e( 'Jazz up your stories in an editor that’s cleaner, crisper, and does more to get out of your way.' ); ?> 35 </div> 27 <div class="about__header-text"> 28 <?php _e( 'We take privacy and transparency very seriously' ); ?> 36 29 </div> 37 30 … … 46 39 <div class="about__section"> 47 40 <div class="column"> 48 <h1><?php _e( 'Privacy' ); ?></h1>49 50 41 <p><img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.png' ) ); ?>" alt="" /></p> 51 42
Note: See TracChangeset
for help on using the changeset viewer.