Skip to:
Content

BuddyPress.org

Ticket #4710: trac4710_bp_record_post_activity_time.patch

File trac4710_bp_record_post_activity_time.patch, 473 bytes (added by magnus78, 13 years ago)

proposed fix

  • bp-blogs/bp-blogs-functions.php

     
    210210                                'type'              => 'new_blog_post',
    211211                                'item_id'           => $blog_id,
    212212                                'secondary_item_id' => $post_id,
    213                                 'recorded_time'     => $post->post_modified_gmt
     213                                'recorded_time'     => $post->post_date_gmt
    214214                        ));
    215215                }
    216216