- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-members-invitation-manager.php
r13889 r13890 38 38 * 39 39 * @param obj BP_Invitation $invitation The invitation to send. 40 * @return bool True on success, false on failure.40 * @return bool 41 41 */ 42 42 public function run_send_action( BP_Invitation $invitation ) { … … 92 92 * @param string $type Are we accepting an invitation or request? 93 93 * @param array $r Parameters that describe the invitation being accepted. 94 * @return bool True on success, false on failure.94 * @return bool 95 95 */ 96 96 public function run_acceptance_action( $type, $r ) {
Note: See TracChangeset
for help on using the changeset viewer.