Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2013 09:41:08 PM (12 years ago)
Author:
djpaul
Message:

Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-actions.php

    r6342 r7228  
    9999 *
    100100 * @package BuddyPress Core
    101  * @param $username str Username to check.
    102  * @return false on no match
    103  * @return int the user ID of the matched user.
     101 * @param string $username Username to check.
     102 * @since BuddyPress (1.0)
    104103 */
    105104function bp_core_get_random_member() {
Note: See TracChangeset for help on using the changeset viewer.