Changeset 6330 for trunk/src/includes/replies/functions.php
- Timestamp:
- 02/26/2017 11:12:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r6318 r6330 1019 1019 bbp_update_topic_last_active_time( $ancestor, $topic_last_active_time ); 1020 1020 1021 // Always update voice counts 1022 bbp_update_topic_voice_count( $ancestor ); 1023 1021 1024 // Only update reply count if we're deleting a reply, or in the dashboard. 1022 1025 if ( in_array( current_filter(), array( 'bbp_deleted_reply', 'save_post' ), true ) ) { 1023 1026 bbp_update_topic_reply_count( $ancestor ); 1024 1027 bbp_update_topic_reply_count_hidden( $ancestor ); 1025 bbp_update_topic_voice_count( $ancestor );1026 1028 } 1027 1029
Note: See TracChangeset
for help on using the changeset viewer.