Changeset 51360 for branches/5.8/src/wp-admin/credits.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/credits.php (modified) (3 diffs)
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/credits.php
r51264 r51360 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.