- Timestamp:
- 11/24/2022 09:33:11 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/classes/class-bp-messages-notice.php
r13108 r13372 119 119 * @since 1.0.0 120 120 * 121 * @param BP_Messages_Notice $ thisCurrent instance of the message notice item being saved. Passed by reference.121 * @param BP_Messages_Notice $notice Current instance of the message notice item being saved. Passed by reference. 122 122 */ 123 123 do_action_ref_array( 'messages_notice_before_save', array( &$this ) ); … … 147 147 * @since 1.0.0 148 148 * 149 * @param BP_Messages_Notice $ thisCurrent instance of the message item being saved. Passed by reference.149 * @param BP_Messages_Notice $notice Current instance of the message item being saved. Passed by reference. 150 150 */ 151 151 do_action_ref_array( 'messages_notice_after_save', array( &$this ) ); … … 196 196 * @since 1.0.0 197 197 * 198 * @param BP_Messages_Notice $ thisCurrent instance of the message notice item being deleted.198 * @param BP_Messages_Notice $notice Current instance of the message notice item being deleted. 199 199 */ 200 200 do_action( 'messages_notice_before_delete', $this ); … … 212 212 * @since 2.8.0 213 213 * 214 * @param BP_Messages_Notice $ thisCurrent instance of the message notice item being deleted.214 * @param BP_Messages_Notice $notice Current instance of the message notice item being deleted. 215 215 */ 216 216 do_action( 'messages_notice_after_delete', $this );
Note: See TracChangeset
for help on using the changeset viewer.