Changeset 5950 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-moderators.php
- Timestamp:
- 09/21/2017 07:25:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-moderators.php
r5734 r5950 513 513 bbp_increase_topic_reply_count_hidden( $topic_id ); 514 514 } 515 516 do_action( 'wporg_bbp_archived_reply', $post->ID ); 515 517 } else { 516 518 bbp_unstick_topic( $post->ID ); … … 530 532 } 531 533 } 534 535 do_action( 'wporg_bbp_archived_topic', $post->ID ); 532 536 } 533 537 … … 574 578 bbp_decrease_topic_reply_count_hidden( $topic_id ); 575 579 } 580 581 do_action( 'wporg_bbp_unarchived_reply', $post->ID ); 582 } else { 583 do_action( 'wporg_bbp_unarchived_topic', $post->ID ); 576 584 } 577 585
Note: See TracChangeset
for help on using the changeset viewer.