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(