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:
parent
ced4ef2144
commit
0016e4bb12
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue