diff -r be944660c56a -r 3d72ae0968f4 wp/wp-load.php --- 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 @@ 'wp-config.php' ) . '

'; $die .= '

' . sprintf( - /* translators: %s: Documentation URL. */ - __( "Need more help? We got it." ), - __( 'https://wordpress.org/support/article/editing-wp-config-php/' ) + /* translators: 1: Documentation URL, 2: wp-config.php */ + __( 'Need more help? Read the support article on %2$s.' ), + __( 'https://wordpress.org/support/article/editing-wp-config-php/' ), + 'wp-config.php' ) . '

'; $die .= '

' . sprintf( /* translators: %s: wp-config.php */