Changeset 10895 for trunk/src/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 06/22/2016 09:17:23 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-functions.php
r10825 r10895 716 716 } 717 717 } 718 719 /** 720 * Fires after an activity comment is added from a WP post comment. 721 * 722 * @since 2.6.0 723 * 724 * @param int $activity_id The activity comment ID. 725 * @param WP_Comment $post_type_comment WP Comment object. 726 * @param array $activity_args Activity comment arguments. 727 * @param object $activity_post_object The post type tracking args object. 728 */ 729 do_action( 'bp_blogs_comment_sync_activity_comment', $activity_id, $comment, $activity_args, $activity_post_object ); 718 730 } 719 731 }
Note: See TracChangeset
for help on using the changeset viewer.