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