Index: wp-load.php
===================================================================
--- wp-load.php	(revision 36443)
+++ wp-load.php	(working copy)
@@ -79,8 +79,8 @@
 	) . '</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' )
+		__( 'Need more help? %s.' ),
+		'<a href="' . esc_url( __( 'https://codex.wordpress.org/Editing_wp-config.php' ) ) . '">' . __( 'We got it' ) . '</a>'
 	) . '</p>';
 	$die .= '<p>' . sprintf(
 		/* translators: %s: wp-config.php */
