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-groups/bp-groups-functions.php

    r7182 r7228  
    3737 * support and pass through the groups_get_group filter.
    3838 *
    39  * @param $args The load_users parameter is deprecated and does nothing.
    40  * @return obj $group The group object
     39 * @param string $args The load_users parameter is deprecated and does nothing.
     40 * @return BP_Groups_Group $group The group object
    4141 */
    4242function groups_get_group( $args = '' ) {
     
    524524 * @since BuddyPress (1.5)
    525525 *
    526  * @return obj The current group object
     526 * @return BP_Groups_Group The current group object
    527527 */
    528528function groups_get_current_group() {
     
    782782 * @param int $user_id Potential group member
    783783 * @param int $group_id Potential group
    784  * @param str $type Optional. Use 'sent' to check for sent invites, 'all' to check for all
     784 * @param string $type Optional. Use 'sent' to check for sent invites, 'all' to check for all
    785785 * @return bool Returns true if an invitation is found
    786786 */
Note: See TracChangeset for help on using the changeset viewer.