Skip to:
Content

BuddyPress.org

Changeset 3417


Ignore:
Timestamp:
11/14/2010 05:19:08 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2513 (trunk ) props intimez for being persistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs.php

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