- 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-invite-template.php
r13108 r13372 202 202 * 203 203 * @since 1.1.0 204 * @since 2.3.0 `$t his` parameter added.204 * @since 2.3.0 `$template_loop` parameter added. 205 205 * @since 2.7.0 Action renamed from `loop_start`. 206 206 * 207 * @param BP_Groups_Invite_Template $t hisInstance of the current Invites template.207 * @param BP_Groups_Invite_Template $template_loop Instance of the current Invites template. 208 208 */ 209 209 do_action( 'group_invitation_loop_end', $this ); … … 304 304 * 305 305 * @since 1.1.0 306 * @since 2.3.0 `$t his` parameter added.306 * @since 2.3.0 `$template_loop` parameter added. 307 307 * @since 2.7.0 Action renamed from `loop_start`. 308 308 * 309 * @param BP_Groups_Invite_Template $t hisInstance of the current Invites template.309 * @param BP_Groups_Invite_Template $template_loop Instance of the current Invites template. 310 310 */ 311 311 do_action( 'group_invitation_loop_start', $this );
Note: See TracChangeset
for help on using the changeset viewer.