Changeset 4654 for trunk/includes/topics/functions.php
- Timestamp:
- 12/25/2012 07:35:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/topics/functions.php
r4611 r4654 2157 2157 // Get counts 2158 2158 $topic_id = bbp_get_topic_id( $topic_id ); 2159 $reply_count = bbp_get_topic_reply_count( $topic_id, false );2159 $reply_count = bbp_get_topic_reply_count( $topic_id, true ); 2160 2160 $new_count = (int) $reply_count + (int) $difference; 2161 2161 … … 2183 2183 // Get counts 2184 2184 $topic_id = bbp_get_topic_id( $topic_id ); 2185 $reply_count = bbp_get_topic_reply_count_hidden( $topic_id, false );2185 $reply_count = bbp_get_topic_reply_count_hidden( $topic_id, true ); 2186 2186 $new_count = (int) $reply_count + (int) $difference; 2187 2187
Note: See TracChangeset
for help on using the changeset viewer.