Changeset 12028
- Timestamp:
- 08/25/2022 06:01:54 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-emails.php
r11980 r12028 163 163 164 164 $forum_id = bbp_get_topic_forum_id( $topic_id ); 165 $topic_author = bbp_get_ reply_author_id( $reply_id );165 $topic_author = bbp_get_topic_author_id( $topic_id ); 166 166 167 167 // For performance reasons, we've removed the bbPress bbp_update_topic() method, and replaced it with our slightly altered variant.
Note: See TracChangeset
for help on using the changeset viewer.