- Timestamp:
- 09/11/2016 01:53:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-invite-template.php
r10520 r11083 198 198 * @since 1.1.0 199 199 * @since 2.3.0 `$this` parameter added. 200 * @since 2.7.0 Action renamed from `loop_start`. 200 201 * 201 202 * @param BP_Groups_Invite_Template $this Instance of the current Invites template. 202 203 */ 203 do_action( ' loop_end', $this );204 do_action( 'group_invitation_loop_end', $this ); 204 205 205 206 // Do some cleaning up after the loop … … 262 263 * @since 1.1.0 263 264 * @since 2.3.0 `$this` parameter added. 265 * @since 2.7.0 Action renamed from `loop_start`. 264 266 * 265 267 * @param BP_Groups_Invite_Template $this Instance of the current Invites template. 266 268 */ 267 do_action( ' loop_start', $this );269 do_action( 'group_invitation_loop_start', $this ); 268 270 } 269 271 }
Note: See TracChangeset
for help on using the changeset viewer.