Ticket #4710: trac4710_bp_record_post_activity_time.patch
| File trac4710_bp_record_post_activity_time.patch, 473 bytes (added by , 13 years ago) |
|---|
-
bp-blogs/bp-blogs-functions.php
210 210 'type' => 'new_blog_post', 211 211 'item_id' => $blog_id, 212 212 'secondary_item_id' => $post_id, 213 'recorded_time' => $post->post_ modified_gmt213 'recorded_time' => $post->post_date_gmt 214 214 )); 215 215 } 216 216