Index: wp-load.php
===================================================================
--- wp-load.php	(revision 36625)
+++ wp-load.php	(working copy)
@@ -78,9 +78,10 @@
 		'<code>wp-config.php</code>'
 	) . '</p>';
 	$die .= '<p>' . sprintf(
-		/* translators: %s: Codex URL */
-		__( "Need more help? <a href='%s'>We got it</a>." ),
-		__( 'https://codex.wordpress.org/Editing_wp-config.php' )
+		'%1$s <a href="%2$s">%3$s</a>.',
+		__( 'Need more help?' ),
+		esc_url( __( 'https://codex.wordpress.org/Editing_wp-config.php' ) ),
+		__( 'We got it' )
 	) . '</p>';
 	$die .= '<p>' . sprintf(
 		/* translators: %s: wp-config.php */
