From 6248f8164975f6a5e0e1b6fb86d5b361f43b8fca Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 30 Sep 2012 14:02:59 +0000 Subject: [PATCH] Add @since to wp_cache_switch_to_blog(). Props SergeyBiryukov. fixes #21434 git-svn-id: https://develop.svn.wordpress.org/trunk@22086 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/cache.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-includes/cache.php b/wp-includes/cache.php index 65d3a29eb8..ed5f37e25f 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -184,6 +184,8 @@ function wp_cache_set($key, $data, $group = '', $expire = 0) { * * This changes the blog id used to create keys in blog specific groups. * + * @since 3.5.0 + * * @param int $blog_id Blog ID */ function wp_cache_switch_to_blog( $blog_id ) { @@ -588,6 +590,8 @@ class WP_Object_Cache { * * This changes the blog id used to create keys in blog specific groups. * + * @since 3.5.0 + * * @param int $blog_id Blog ID */ function switch_to_blog( $blog_id ) {