Skip to:
Content

BuddyPress.org

Changeset 1186


Ignore:
Timestamp:
03/09/2009 06:31:40 PM (16 years ago)
Author:
apeatling
Message:

Fixes #543

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs.php

    r1162 r1186  
    441441            $is_private = bp_blogs_is_blog_hidden( $recorded_post->blog_id );
    442442           
    443             if ( $recorded_post->date_created >= strtotime( "-30 minutes" ) ) {
     443            if ( $recorded_post->date_created >= strtotime( "-24 hours" ) ) {
    444444                // Record in activity streams, but only if the post is 30 minutes
    445445                // old or less (stops old posts registering as new posts in activity streams when a comment is posted on them)
Note: See TracChangeset for help on using the changeset viewer.