is_blog_user() is from MU. see #16702.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9d8e281a80
commit
a0606b3c93
|
@ -722,7 +722,7 @@ function get_blogs_of_user( $user_id, $all = false ) {
|
||||||
/**
|
/**
|
||||||
* Checks if the current user belong to a given blog.
|
* Checks if the current user belong to a given blog.
|
||||||
*
|
*
|
||||||
* @since 3.0.0
|
* @since MU
|
||||||
*
|
*
|
||||||
* @param int $blog_id Blog ID
|
* @param int $blog_id Blog ID
|
||||||
* @return bool True if the current users belong to $blog_id, false if not.
|
* @return bool True if the current users belong to $blog_id, false if not.
|
||||||
|
|
Loading…
Reference in New Issue