Changeset 51264 for trunk/src/wp-admin/freedoms.php
- Timestamp:
- 06/29/2021 07:06:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/freedoms.php
r51177 r51264 25 25 26 26 <div class="about__header"> 27 <div class="about__header-image"> 28 <img alt="<?php _e( 'Code is Poetry' ); ?>" src="<?php echo esc_url( admin_url( 'images/about-badge.svg' ) ); ?>" /> 27 <div class="about__header-title"> 28 <h1> 29 <?php _e( 'The Four Freedoms' ); ?> 30 </h1> 29 31 </div> 30 32 31 <div class="about__header-container"> 32 <div class="about__header-title"> 33 <p> 34 <?php _e( 'WordPress' ); ?> 35 <?php echo $display_version; ?> 36 </p> 37 </div> 38 39 <div class="about__header-text"> 40 <?php _e( 'Jazz up your stories in an editor that’s cleaner, crisper, and does more to get out of your way.' ); ?> 41 </div> 33 <div class="about__header-text"> 34 <?php _e( 'WordPress is free and open source software, built by a distributed community of mostly volunteer developers from around the world' ); ?> 42 35 </div> 43 36 … … 51 44 52 45 <div class="about__section has-subtle-background-color is-feature"> 53 <h1><?php _e( 'Freedoms' ); ?></h1>54 55 46 <p class="about-description"> 56 47 <?php
Note: See TracChangeset
for help on using the changeset viewer.