Fix some mismatching parameter documentation. Props akshayagarwal, linuxologos. See #19756.

git-svn-id: https://develop.svn.wordpress.org/trunk@19695 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jon Cave
2012-01-06 11:42:00 +00:00
parent 394e2b3153
commit 2cc75b6a05
2 changed files with 4 additions and 4 deletions

View File

@@ -723,8 +723,8 @@ function get_blogs_of_user( $user_id, $all = false ) {
* @since MU 1.1
* @uses get_blogs_of_user()
*
* @param int $user_id The unique ID of the user
* @param int $blog Optional. If no blog_id is provided, current site is used
* @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
*/
function is_user_member_of_blog( $user_id = 0, $blog_id = 0 ) {