Skip to:
Content

BuddyPress.org

Changeset 3333


Ignore:
Timestamp:
11/01/2010 05:30:12 PM (14 years ago)
Author:
djpaul
Message:

Stop spam comments appearing in activity stream. Fixes #2699, props bizybee (branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-blogs.php

    r3240 r3333  
    464464
    465465    // Don't record activity if the comment hasn't been approved
    466     if ( !$is_approved || !$recorded_comment->comment_approved )
     466    if ( !$is_approved || 1 !== $recorded_comment->comment_approved )
    467467        return false;
    468468
Note: See TracChangeset for help on using the changeset viewer.