Ticket #2875: 2875.diff
File 2875.diff, 555 bytes (added by , 8 years ago) |
---|
-
src/includes/replies/functions.php
1002 1002 bbp_update_forum_last_active_time( $ancestor, $forum_last_active_time ); 1003 1003 } 1004 1004 1005 // Counts 1006 bbp_ update_forum_reply_count( $ancestor);1005 // Counts -- bump up the reply count by one and only do it for this specific ancestor. 1006 bbp_bump_forum_reply_count( $ancestor, 1, false ); 1007 1007 } 1008 1008 } 1009 1009 }