Changeset 3420 for branches/1.2/bp-blogs.php
- Timestamp:
- 11/14/2010 06:09:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-blogs.php
r3418 r3420 465 465 466 466 // 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 ) ) 468 468 return false; 469 469 … … 518 518 } 519 519 add_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 ); 521 521 522 522 function bp_blogs_manage_comment( $comment_id, $comment_status ) {
Note: See TracChangeset
for help on using the changeset viewer.