Changeset 13372 for trunk/src/bp-groups/classes/class-bp-groups-group.php
- Timestamp:
- 11/24/2022 09:33:11 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-group.php
r13355 r13372 288 288 * @since 1.0.0 289 289 * 290 * @param BP_Groups_Group $ thisCurrent instance of the group item being saved. Passed by reference.290 * @param BP_Groups_Group $group Current instance of the group item being saved. Passed by reference. 291 291 */ 292 292 do_action_ref_array( 'groups_group_before_save', array( &$this ) ); … … 372 372 * @since 1.0.0 373 373 * 374 * @param BP_Groups_Group $ thisCurrent instance of the group item that was saved. Passed by reference.374 * @param BP_Groups_Group $group Current instance of the group item that was saved. Passed by reference. 375 375 */ 376 376 do_action_ref_array( 'groups_group_after_save', array( &$this ) ); … … 412 412 * @since 1.2.0 413 413 * 414 * @param BP_Groups_Group $ thisCurrent instance of the group item being deleted. Passed by reference.414 * @param BP_Groups_Group $group Current instance of the group item being deleted. Passed by reference. 415 415 * @param array $user_ids Array of user IDs that were members of the group. 416 416 */
Note: See TracChangeset
for help on using the changeset viewer.