From e6afe609a5022d48ef75a67bbcdbd984325f40ab Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 18 May 2016 22:06:39 +0000 Subject: [PATCH] Docs: Fix an incorrect Codex link in the file header for wp-includes/cache.php. Introduced in [7990]. Props michaelbeil. See #36880. git-svn-id: https://develop.svn.wordpress.org/trunk@37460 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/cache.php b/src/wp-includes/cache.php index 10fa610569..9da8d02e2e 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/Function_Reference/WP_Cache + * @link https://codex.wordpress.org/Class_Reference/WP_Object_Cache * * @package WordPress * @subpackage Cache