mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Docs: Add a @global entry for $wpdb in is_user_member_of_blog().
Props ajayghaghretiya1. Fixes #41308. git-svn-id: https://develop.svn.wordpress.org/trunk@41039 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -694,6 +694,8 @@ function get_blogs_of_user( $user_id, $all = false ) {
|
||||
*
|
||||
* @since MU 1.1
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*
|
||||
* @param int $user_id Optional. The unique ID of the user. Defaults to the current user.
|
||||
* @param int $blog_id Optional. ID of the blog to check. Defaults to the current site.
|
||||
* @return bool
|
||||
|
||||
Reference in New Issue
Block a user