From e50a297ef1780eb1611993de66a6ffc8c1bbcc86 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 19 Oct 2011 15:56:05 +0000 Subject: [PATCH] is_blog_user() is from MU. see #16702. git-svn-id: https://develop.svn.wordpress.org/trunk@19005 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index 6410f87c31..768ea68d9d 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -722,7 +722,7 @@ function get_blogs_of_user( $user_id, $all = false ) { /** * Checks if the current user belong to a given blog. * - * @since 3.0.0 + * @since MU * * @param int $blog_id Blog ID * @return bool True if the current users belong to $blog_id, false if not.