Skip to:
Content

BuddyPress.org

Changeset 3332


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs.php

    r3331 r3332  
    404404
    405405    // Don't record activity if the comment hasn't been approved
    406     if ( !$is_approved || !$recorded_comment->comment_approved )
     406    if ( !$is_approved || 1 !== $recorded_comment->comment_approved )
    407407        return false;
    408408
Note: See TracChangeset for help on using the changeset viewer.