Changeset 7318 for trunk/src/includes/topics/functions.php
- Timestamp:
- 06/27/2025 09:54:08 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r7268 r7318 374 374 /** Update counts, etc... *********************************************/ 375 375 376 do_action( 'bbp_new_topic', $topic_id, $forum_id, $anonymous_data, $topic_ author);376 do_action( 'bbp_new_topic', $topic_id, $forum_id, $anonymous_data, $topic_data['post_author'] ); 377 377 378 378 /** Additional Actions (After Save) ***********************************/ … … 665 665 666 666 // Update counts, etc... 667 do_action( 'bbp_edit_topic', $topic_id, $forum_id, $anonymous_data, $topic_ author, true /* Is edit */ );667 do_action( 'bbp_edit_topic', $topic_id, $forum_id, $anonymous_data, $topic_data['post_author'], true /* Is edit */ ); 668 668 669 669 /** Revisions *********************************************************/
Note: See TracChangeset
for help on using the changeset viewer.