Skip to:
Content

BuddyPress.org

Changeset 4625


Ignore:
Timestamp:
07/08/2011 02:18:30 PM (14 years ago)
Author:
boonebgorges
Message:

Uncomments bp_blogs_record_comment action on 1.2 branch. Reverts part of r3240. Fixes #3320. Props r-a-y

File:
1 edited

Legend:

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

    r4066 r4625  
    518518}
    519519add_action( 'comment_post', 'bp_blogs_record_comment', 10, 2 );
    520 //add_action( 'edit_comment', 'bp_blogs_record_comment', 10 );
     520add_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.