From bcff9a2fe449c6e304b327768f3d92dc74bc6533 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 7 May 2024 10:17:14 +0000 Subject: [PATCH] =?UTF-8?q?Site=20Health:=20Correct=20the=20anchor=20for?= =?UTF-8?q?=20=E2=80=9CLearn=20more=20about=20page=20cache=E2=80=9D=20link?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to [54043], [55412], [57793]. Props comecaramelos. Fixes #61159. Built from https://develop.svn.wordpress.org/trunk@58113 git-svn-id: http://core.svn.wordpress.org/trunk@57578 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-site-health.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index e308074634..40d09cf559 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -2398,7 +2398,7 @@ class WP_Site_Health { 'label' => '', 'actions' => sprintf( '

%2$s %3$s

', - __( 'https://developer.wordpress.org/advanced-administration/performance/optimization/#Caching' ), + __( 'https://developer.wordpress.org/advanced-administration/performance/optimization/#caching' ), __( 'Learn more about page cache' ), /* translators: Hidden accessibility text. */ __( '(opens in a new tab)' ) diff --git a/wp-includes/version.php b/wp-includes/version.php index 6052ce7797..e0ed00a9aa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58112'; +$wp_version = '6.6-alpha-58113'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.