summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wp-includes/cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-includes/cache.php b/src/wp-includes/cache.php
index a18d24afea..4c07873e9c 100644
--- a/src/wp-includes/cache.php
+++ b/src/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;