Skip to:
Content

BuddyPress.org

Changeset 4116


Ignore:
Timestamp:
03/11/2011 08:56:01 PM (14 years ago)
Author:
boonebgorges
Message:

Changes blog post activity timestamp to post_modified date to better mirror editing and draft dates. Fixes #2546

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-functions.php

    r4115 r4116  
    169169                'item_id'           => $blog_id,
    170170                'secondary_item_id' => $post_id,
    171                 'recorded_time'     => $post->post_date_gmt
     171                'recorded_time'     => $post->post_modified_gmt
    172172            ));
    173173        }
Note: See TracChangeset for help on using the changeset viewer.