Making WordPress.org

Changeset 12028


Ignore:
Timestamp:
08/25/2022 06:01:54 AM (4 years ago)
Author:
dd32
Message:

Support Forums: Subscriptions: When resending moderated/held topic notifications, use the correct author details.

Follow up to [11980].
See [11978], #3674.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-emails.php

    r11980 r12028  
    163163
    164164                $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 );
    166166
    167167                // 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.