From 0016e4bb122a8da9b70d2703f805ba5a9821eadd Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 18 May 2016 22:07:28 +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. Built from https://develop.svn.wordpress.org/trunk@37460 git-svn-id: http://core.svn.wordpress.org/trunk@37428 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/cache.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/cache.php b/wp-includes/cache.php index 10fa610569..9da8d02e2e 100644 --- a/wp-includes/cache.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index fb727acded..726043e380 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37459'; +$wp_version = '4.6-alpha-37460'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.