Index: wp-admin/credits.php
===================================================================
--- wp-admin/credits.php	(revision 36645)
+++ wp-admin/credits.php	(working copy)
@@ -98,9 +98,11 @@
 
 ?>
 <p class="clear"><?php
-	/* translators: %s: https://make.wordpress.org/ */
-	printf( __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),
-		__( 'https://make.wordpress.org/' )
+	printf(
+		'%1$s <a href="%2$s">%3$s</a>.',
+		__( 'Want to see your name in lights on this page?' ),
+		esc_url( __( 'https://make.wordpress.org/' ) ),
+		__( 'Get involved in WordPress' )
 	);
 ?></p>
 
