Changeset 51264 for trunk/src/wp-admin/credits.php
- Timestamp:
- 06/29/2021 07:06:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/credits.php
r51177 r51264 22 22 23 23 <div class="about__header"> 24 <div class="about__header-image"> 25 <img alt="<?php _e( 'Code is Poetry' ); ?>" src="<?php echo esc_url( admin_url( 'images/about-badge.svg' ) ); ?>" /> 24 <div class="about__header-title"> 25 <h1> 26 <?php _e( 'Contributors' ); ?> 27 </h1> 26 28 </div> 27 29 28 <div class="about__header-container"> 29 <div class="about__header-title"> 30 <p> 31 <?php _e( 'WordPress' ); ?> 32 <?php echo $display_version; ?> 33 </p> 34 </div> 35 36 <div class="about__header-text"> 37 <?php _e( 'Jazz up your stories in an editor that’s cleaner, crisper, and does more to get out of your way.' ); ?> 38 </div> 30 <div class="about__header-text"> 31 <?php _e( 'WordPress 5.8 was created by a worldwide team of passionate individuals' ); ?> 39 32 </div> 40 33 … … 48 41 49 42 <div class="about__section is-feature"> 50 <div class="column"> 51 <h1><?php _e( 'Credits' ); ?></h1> 52 43 <div class="column aligncenter"> 53 44 <?php if ( ! $credits ) : ?> 54 45 … … 94 85 95 86 <div class="about__section"> 96 <div class="column has-subtle-background-color">87 <div class="column is-edge-to-edge"> 97 88 <?php wp_credits_section_title( $credits['groups']['core-developers'] ); ?> 98 89 <?php wp_credits_section_list( $credits, 'core-developers' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.