Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2024 10:37:31 PM (23 months ago)
Author:
espellcaste
Message:

WPCS: Fix the method signatures for allow_invitation and allow_request.

See #9164 and #7228

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-invitation-manager.php

    r12793 r13889  
    3737     * @since 5.0.0
    3838     *
    39      * @param int $id The ID of the invitation to mark as sent.
     39     * @param BP_Invitation $invitation The invitation to send.
    4040     * @return bool True on success, false on failure.
    4141     */
     
    155155     * @since 5.0.0
    156156     *
    157      * @param array $args.
     157     * @param array $args Array of arguments.
    158158     * @return bool
    159159     */
Note: See TracChangeset for help on using the changeset viewer.