Making WordPress.org

Changeset 5620


Ignore:
Timestamp:
07/03/2017 11:00:20 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Support Forums: Unstick topics on archiving.

Fixes #2795.

File:
1 edited

Legend:

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

    r5616 r5620  
    363363                                if ( bbp_is_reply( $post->ID ) ) {
    364364                                        bbp_increase_topic_reply_count_hidden( bbp_get_reply_topic_id( $post->ID ) );
     365                                } else {
     366                                        bbp_unstick_topic( $post->ID );
    365367                                }
    366368
Note: See TracChangeset for help on using the changeset viewer.