Changeset 51356 for trunk/src/wp-admin/credits.php
- Timestamp:
- 07/06/2021 06:37:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/credits.php
r51264 r51356 40 40 </div> 41 41 42 <div class="about__section is-feature">42 <div class="about__section has-1-column"> 43 43 <div class="column aligncenter"> 44 44 <?php if ( ! $credits ) : ?> … … 47 47 <?php 48 48 printf( 49 /* translators: 1: https://wordpress.org/about/, 2: https://make.wordpress.org/ */ 50 __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals. <a href="%2$s">Get involved in WordPress</a>.' ), 51 __( 'https://wordpress.org/about/' ), 52 __( 'https://make.wordpress.org/' ) 49 /* translators: 1: https://wordpress.org/about/ */ 50 __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals.' ), 51 __( 'https://wordpress.org/about/' ) 53 52 ); 54 53 ?> 54 <br /> 55 <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress' ); ?></a>. 55 56 </p> 56 57 … … 58 59 59 60 <p> 60 <?php _e( 'WordPress is created by a worldwide team of passionate individuals.' ); ?> 61 </p> 62 <p> 63 <?php 64 printf( 65 /* translators: %s: https://make.wordpress.org/ */ 66 __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ), 67 __( 'https://make.wordpress.org/' ) 68 ); 69 ?> 61 <?php _e( 'Want to see your name in lights on this page?' ); ?> 62 <br /> 63 <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress' ); ?></a>. 70 64 </p> 71 65
Note: See TracChangeset
for help on using the changeset viewer.