Changeset 5828
- Timestamp:
- 07/14/2015 12:38:19 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/extend/akismet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/akismet.php
r5824 r5828 151 151 152 152 // Use post parent to get datetime of last reply on this topic 153 if ( $reply_id = bbp_get_topic_last_reply_id( $post_data['post_parent'] ) ) { 153 $reply_id = bbp_get_topic_last_reply_id( $post_data['post_parent'] ); 154 if ( ! empty( $reply_id ) ) { 154 155 $user_data['last_active'] = get_post_field( 'post_date', $reply_id ); 155 156 }
Note: See TracChangeset
for help on using the changeset viewer.