Changeset 12874 for trunk/src/bp-core/classes/class-bp-invitation.php
- Timestamp:
- 03/23/2021 11:31:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-invitation.php
r12873 r12874 701 701 * Default: false (no pagination, 702 702 * all items). 703 704 705 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). 706 706 * } 707 707 * … … 918 918 do_action( 'bp_invitation_after_update', $where_args, $update_args ); 919 919 920 920 return $retval; 921 921 } 922 922
Note: See TracChangeset
for help on using the changeset viewer.