Ticket #35668: 35668.4.patch
File 35668.4.patch, 640 bytes (added by , 9 years ago) |
---|
-
wp-admin/credits.php
98 98 99 99 ?> 100 100 <p class="clear"><?php 101 /* translators: %s: https://make.wordpress.org/ */ 102 printf( __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ), 103 __( 'https://make.wordpress.org/' ) 101 printf( 102 '%1$s <a href="%2$s">%3$s</a>.', 103 __( 'Want to see your name in lights on this page?' ), 104 esc_url( __( 'https://make.wordpress.org/' ) ), 105 __( 'Get involved in WordPress' ) 104 106 ); 105 107 ?></p> 106 108