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.