Changeset 43033 for branches/4.9/src/wp-admin/credits.php
- Timestamp:
- 04/30/2018 03:18:22 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/credits.php
r42158 r43033 53 53 echo '<p class="about-description">' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "</p>\n"; 54 54 55 echo '<p>' . sprintf( 56 /* translators: %s: https://make.wordpress.org/ */ 57 __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ), 58 __( 'https://make.wordpress.org/' ) 59 ) . '</p>'; 60 55 61 foreach ( $credits['groups'] as $group_slug => $group_data ) { 56 62 if ( $group_data['name'] ) { … … 102 108 103 109 ?> 104 <p class="clear"><?php105 /* translators: %s: https://make.wordpress.org/ */106 printf( __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),107 __( 'https://make.wordpress.org/' )108 );109 ?></p>110 111 110 </div> 112 111 </div>
Note: See TracChangeset
for help on using the changeset viewer.