Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/09/2017 02:56:00 AM (8 years ago)
Author:
tw2113
Message:

Adds missed phpdoc for a new filter. Also adds some various param and return docs.

See #7143.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-functions.php

    r11523 r11530  
    271271 * @param string|bool $invite_status Optional. Who is allowed to send invitations
    272272 *                                   to the group. 'members', 'mods', or 'admins'.
     273 * @param int|bool    $parent_id     Parent group ID.
    273274 * @return bool True on success, false on failure.
    274275 */
     
    23112312 * @since 2.7.0 $group_type parameter also accepts an array of group types now.
    23122313 *
    2313  * @param int          $group      ID of the group.
     2314 * @param int          $group_id   ID of the group.
    23142315 * @param string|array $group_type Group type or array of group types to set.
    23152316 * @param bool         $append     Optional. True to append this to existing types for group,
     
    24122413 * @since 2.6.0
    24132414 *
    2414  * @param int            $group      ID of the user.
     2415 * @param int            $group_id   ID of the user.
    24152416 * @param string         $group_type Group type.
    24162417 * @return bool|WP_Error $deleted    True on success. False or WP_Error on failure.
Note: See TracChangeset for help on using the changeset viewer.