Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/14/2010 05:18:16 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2513 props intimez for being persistent

File:
1 edited

Legend:

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

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