Changeset 4625
- Timestamp:
- 07/08/2011 02:18:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-blogs.php
r4066 r4625 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.