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
This commit is contained in:
Drew Jaynes 2016-05-18 22:07:28 +00:00
parent ced4ef2144
commit 0016e4bb12
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.