Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/23/2021 11:31:47 PM (4 years ago)
Author:
dcavins
Message:

Whitespace fixes.

File:
1 edited

Legend:

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

    r12873 r12874  
    701701     *                                           Default: false (no pagination,
    702702     *                                           all items).
    703      *     @type string       $fields            Which fields to return. Specify 'item_ids' to fetch a list of Item_IDs.
    704      *                                           Specify 'ids' to fetch a list of Invitation IDs.
    705      *                                           Default: 'all' (return BP_Invitation objects).
     703     *     @type string       $fields            Which fields to return. Specify 'item_ids' to fetch a list of Item_IDs.
     704     *                                           Specify 'ids' to fetch a list of Invitation IDs.
     705     *                                           Default: 'all' (return BP_Invitation objects).
    706706     * }
    707707     *
     
    918918        do_action( 'bp_invitation_after_update', $where_args, $update_args );
    919919
    920         return $retval;
     920        return $retval;
    921921    }
    922922
Note: See TracChangeset for help on using the changeset viewer.