Changeset 1186
- Timestamp:
- 03/09/2009 06:31:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs.php
r1162 r1186 441 441 $is_private = bp_blogs_is_blog_hidden( $recorded_post->blog_id ); 442 442 443 if ( $recorded_post->date_created >= strtotime( "- 30 minutes" ) ) {443 if ( $recorded_post->date_created >= strtotime( "-24 hours" ) ) { 444 444 // Record in activity streams, but only if the post is 30 minutes 445 445 // 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.