Changeset 2919
- Timestamp:
- 02/20/2011 08:09:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-functions.php
r2918 r2919 898 898 $freshness = ( empty( $reply ) || empty( $reply->post_date ) ) ? '' : $reply->post_date; 899 899 900 bbp_update_topic_last_reply_id ( $destination_topic->ID, $last_reply_id );901 bbp_update_topic_last_active ( $destination_topic->ID, $freshness );900 bbp_update_topic_last_reply_id ( $destination_topic->ID, $last_reply_id ); 901 bbp_update_topic_last_active_time( $destination_topic->ID, $freshness ); 902 902 } 903 903
Note: See TracChangeset
for help on using the changeset viewer.