Changeset 7318 for trunk/src/includes/replies/functions.php
- Timestamp:
- 06/27/2025 09:54:08 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r7293 r7318 463 463 /** Update counts, etc... *********************************************/ 464 464 465 do_action( 'bbp_new_reply', $reply_id, $topic_id, $forum_id, $anonymous_data, $reply_ author, false, $reply_to );465 do_action( 'bbp_new_reply', $reply_id, $topic_id, $forum_id, $anonymous_data, $reply_data['post_author'], false, $reply_to ); 466 466 467 467 /** Additional Actions (After Save) ***********************************/ … … 744 744 745 745 // Update counts, etc... 746 do_action( 'bbp_edit_reply', $reply_id, $topic_id, $forum_id, $anonymous_data, $reply_ author, true, $reply_to );746 do_action( 'bbp_edit_reply', $reply_id, $topic_id, $forum_id, $anonymous_data, $reply_data['post_author'], true, $reply_to ); 747 747 748 748 /** Revisions *********************************************************/
Note: See TracChangeset
for help on using the changeset viewer.