Make WordPress Core


Ignore:
Timestamp:
01/06/2012 11:42:00 AM (14 years ago)
Author:
duck_
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/user.php

    r19687 r19695  
    724724 * @uses get_blogs_of_user()
    725725 *
    726  * @param int $user_id The unique ID of the user
    727  * @param int $blog Optional. If no blog_id is provided, current site is used
     726 * @param int $user_id Optional. The unique ID of the user. Defaults to the current user.
     727 * @param int $blog_id Optional. ID of the blog to check. Defaults to the current site.
    728728 * @return bool
    729729 */
Note: See TracChangeset for help on using the changeset viewer.