Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/14/2010 06:09:57 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2684 (branch)

File:
1 edited

Legend:

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

    r3418 r3420  
    465465
    466466    // Don't record activity if the comment hasn't been approved
    467     if ( empty( $is_approved ) || 1 != $recorded_comment->comment_approved )
     467    if ( empty( $is_approved ) )
    468468        return false;
    469469
     
    518518}
    519519add_action( 'comment_post', 'bp_blogs_record_comment', 10, 2 );
    520 add_action( 'edit_comment', 'bp_blogs_record_comment', 10 );
     520//add_action( 'edit_comment', 'bp_blogs_record_comment', 10 );
    521521
    522522function bp_blogs_manage_comment( $comment_id, $comment_status ) {
Note: See TracChangeset for help on using the changeset viewer.