Changeset 6534 for trunk/src/includes/replies/functions.php
- Timestamp:
- 06/12/2017 09:23:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r6529 r6534 109 109 110 110 // If the reply is public, update the forum/topic reply counts. 111 if ( bbp_ get_reply_status( $reply_id ) === bbp_get_public_status_id() ) {111 if ( bbp_is_reply_published( $reply_id ) ) { 112 112 bbp_increase_topic_reply_count( $topic_id ); 113 bbp_increase_forum_reply_count( $ forum_id );113 bbp_increase_forum_reply_count( $reply_id ); 114 114 115 115 // If the reply isn't public only update the topic reply hidden count.
Note: See TracChangeset
for help on using the changeset viewer.