Skip to:
Content

BuddyPress.org

Changeset 3421


Ignore:
Timestamp:
11/14/2010 06:10:59 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2684 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs.php

    r3419 r3421  
    405405
    406406    // Don't record activity if the comment hasn't been approved
    407     if ( empty( $is_approved ) || 1 != $recorded_comment->comment_approved )
     407    if ( empty( $is_approved ) )
    408408        return false;
    409409
Note: See TracChangeset for help on using the changeset viewer.