Changeset 10277 for trunk/src/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 10/14/2015 04:37:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-functions.php
r10248 r10277 674 674 ) ); 675 675 676 // Try to create a new activity item for the parent blog post 677 if ( empty( $parent_activity_id ) ) { 678 $parent_activity_id = bp_activity_post_type_publish( $recorded_comment->comment_post_ID, $recorded_comment->post ); 679 } 680 676 681 // we found the parent activity entry 677 682 // so let's go ahead and reconfigure some activity args
Note: See TracChangeset
for help on using the changeset viewer.