Changeset 5880 for trunk/src/includes/replies/functions.php
- Timestamp:
- 07/24/2015 11:21:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r5866 r5880 973 973 } 974 974 975 // Only update if reply is published 976 if ( bbp_is_reply_published( $reply_id ) ) { 977 bbp_update_topic_last_active_time( $ancestor, $topic_last_active_time ); 978 } 975 // Update the topic last active time regardless of reply status. 976 // See https://bbpress.trac.wordpress.org/ticket/2838 977 bbp_update_topic_last_active_time( $ancestor, $topic_last_active_time ); 979 978 980 979 // Counts
Note: See TracChangeset
for help on using the changeset viewer.