From 658906b3ba40b1f226c1b83a544744c079a3ebe3 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 18 Apr 2022 15:06:24 +0000 Subject: [PATCH] Docs: Replace Codex links with the corresponding page on DevHub. The Codex page for `WP_Object_Cache` already redirects to the corresponding DevHub page. See #54729. git-svn-id: https://develop.svn.wordpress.org/trunk@53206 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/cache-compat.php | 2 +- src/wp-includes/cache.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/cache-compat.php b/src/wp-includes/cache-compat.php index a9408ca611..1088f1c74b 100644 --- a/src/wp-includes/cache-compat.php +++ b/src/wp-includes/cache-compat.php @@ -2,7 +2,7 @@ /** * Object Cache API functions missing from 3rd party object caches. * - * @link https://codex.wordpress.org/Class_Reference/WP_Object_Cache + * @link https://developer.wordpress.org/reference/classes/wp_object_cache/ * * @package WordPress * @subpackage Cache diff --git a/src/wp-includes/cache.php b/src/wp-includes/cache.php index 2a2a98f6d3..1999dd00ff 100644 --- a/src/wp-includes/cache.php +++ b/src/wp-includes/cache.php @@ -2,7 +2,7 @@ /** * Object Cache API * - * @link https://codex.wordpress.org/Class_Reference/WP_Object_Cache + * @link https://developer.wordpress.org/reference/classes/wp_object_cache/ * * @package WordPress * @subpackage Cache