Changeset 8343 for trunk/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 05/02/2014 07:40:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-functions.php
r8229 r8343 541 541 */ 542 542 function bp_blogs_record_comment( $comment_id, $is_approved = true ) { 543 // bail if activity component is not active 544 if ( ! bp_is_active( 'activity' ) ) { 545 return; 546 } 547 543 548 // Get the users comment 544 549 $recorded_comment = get_comment( $comment_id );
Note: See TracChangeset
for help on using the changeset viewer.