--- a/wp/wp-load.php Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-load.php Tue Sep 27 16:37:53 2022 +0200
@@ -91,9 +91,10 @@
'<code>wp-config.php</code>'
) . '</p>';
$die .= '<p>' . sprintf(
- /* translators: %s: Documentation URL. */
- __( "Need more help? <a href='%s'>We got it</a>." ),
- __( 'https://wordpress.org/support/article/editing-wp-config-php/' )
+ /* translators: 1: Documentation URL, 2: wp-config.php */
+ __( 'Need more help? <a href="%1$s">Read the support article on %2$s</a>.' ),
+ __( 'https://wordpress.org/support/article/editing-wp-config-php/' ),
+ '<code>wp-config.php</code>'
) . '</p>';
$die .= '<p>' . sprintf(
/* translators: %s: wp-config.php */