From b2a3c87f25c0b9bf185542d69eba839e45c1c7dc Mon Sep 17 00:00:00 2001 From: mkurdybanowski Date: Fri, 26 Jul 2024 00:47:34 +0200 Subject: [PATCH] WordPress#718: Fix prefix --- .../includes/site-health/object-cache/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/performance-lab/includes/site-health/object-cache/helper.php b/plugins/performance-lab/includes/site-health/object-cache/helper.php index dd3fdca7ea..64a5ac67d1 100644 --- a/plugins/performance-lab/includes/site-health/object-cache/helper.php +++ b/plugins/performance-lab/includes/site-health/object-cache/helper.php @@ -50,7 +50,7 @@ function perflab_object_cache_supported_fields(): array { * * This function was copied from WP-CLI. * - * @link https://github.com/wp-cli/wp-cli/blob/0ca6d920123ac904c918d69181edc5071dc92c9d/php/utils-wp.php#L259-L331 + * @link https://github.com/wp-cli/wp-cli/blob/0ca6d920123ac904c918d69181edc5071dc92c9d/php/utils-wp.php#L259-L331. * * @return string Object cache type. * @since n.e.x.t