From 06615abcf77d4e87df3906381f5d362e5eff5943 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 11 Mar 2024 10:05:15 +0000 Subject: [PATCH] =?UTF-8?q?Docs:=20Update=20the=20link=20to=20the=20?= =?UTF-8?q?=E2=80=9CEditing=20wp-config.php=E2=80=9D=20article=20in=20`wp-?= =?UTF-8?q?load.php`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- wp-includes/version.php | 2 +- wp-load.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 978d2aa66a..d727dba89f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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. diff --git a/wp-load.php b/wp-load.php index d3787d108e..40c141f740 100644 --- a/wp-load.php +++ b/wp-load.php @@ -91,7 +91,7 @@ if ( file_exists( ABSPATH . 'wp-config.php' ) ) { $die .= '

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

'; $die .= '

' . sprintf(