From 5172621c1d4a6c826546b4e8fafce386393f6f19 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 16 Sep 2015 09:42:24 +0000 Subject: [PATCH] Docs: Remove an errant change made to a `_deprecated_function()` call in `wp_cache_reset()` introduced in [34225]. See #32246. Built from https://develop.svn.wordpress.org/trunk@34226 git-svn-id: http://core.svn.wordpress.org/trunk@34190 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 a18d24afea..4c07873e9c 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -264,7 +264,7 @@ function wp_cache_add_non_persistent_groups( $groups ) { * @global WP_Object_Cache $wp_object_cache Object cache global instance. */ function wp_cache_reset() { - _deprecated_function( __FUNCTION__, '3.5', 'wp_cache_switch_to_blog()' ); + _deprecated_function( __FUNCTION__, '3.5' ); global $wp_object_cache; diff --git a/wp-includes/version.php b/wp-includes/version.php index 62e505c54a..49652532fe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34225'; +$wp_version = '4.4-alpha-34226'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.