Docs: Update the link to the “Editing wp-config.php” article in `wp-load.php`.

Follow-up to [57793].

Props fanly, shailu25.
See #60738, #60732.
Built from https://develop.svn.wordpress.org/trunk@57798


git-svn-id: http://core.svn.wordpress.org/trunk@57299 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-03-11 10:05:15 +00:00
parent 42cb55d4c5
commit 06615abcf7
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-57797';
$wp_version = '6.6-alpha-57798';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -91,7 +91,7 @@ if ( file_exists( ABSPATH . 'wp-config.php' ) ) {
$die .= '<p>' . sprintf(
/* 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/documentation/article/editing-wp-config-php/' ),
__( 'https://developer.wordpress.org/advanced-administration/wordpress/wp-config/' ),
'<code>wp-config.php</code>'
) . '</p>';
$die .= '<p>' . sprintf(