- Timestamp:
- 04/30/2018 03:15:23 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/credits.php
r42814 r43032 54 54 echo '<p class="about-description">' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "</p>\n"; 55 55 56 echo '<p>' . sprintf( 57 /* translators: %s: https://make.wordpress.org/ */ 58 __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ), 59 __( 'https://make.wordpress.org/' ) 60 ) . '</p>'; 61 56 62 foreach ( $credits['groups'] as $group_slug => $group_data ) { 57 63 if ( $group_data['name'] ) { … … 105 111 106 112 ?> 107 <p class="clear">108 <?php109 /* translators: %s: https://make.wordpress.org/ */110 printf(111 __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),112 __( 'https://make.wordpress.org/' )113 );114 ?>115 </p>116 117 113 </div> 118 114 </div>
Note: See TracChangeset
for help on using the changeset viewer.