IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
2615 | 2615 | * |
2616 | 2616 | * @since 1.2.0 |
2617 | 2617 | * |
2618 | | * @param int $comment_id ID of the newly posted activity comment. |
2619 | | * @param array $r Array of parsed comment arguments. |
2620 | | * @param int $activity ID of the activity item being commented on. |
| 2618 | * @param int $comment_id ID of the newly posted activity comment. |
| 2619 | * @param array $r Array of parsed comment arguments. |
| 2620 | * @param object $activity Activity item being commented on. |
2621 | 2621 | */ |
2622 | 2622 | do_action( 'bp_activity_comment_posted', $comment_id, $r, $activity ); |
2623 | 2623 | } else { |
… |
… |
|
2627 | 2627 | * |
2628 | 2628 | * @since 2.5.0 |
2629 | 2629 | * |
2630 | | * @param int $comment_id ID of the newly posted activity comment. |
2631 | | * @param array $r Array of parsed comment arguments. |
2632 | | * @param int $activity ID of the activity item being commented on. |
| 2630 | * @param int $comment_id ID of the newly posted activity comment. |
| 2631 | * @param array $r Array of parsed comment arguments. |
| 2632 | * @param object $activity Activity item being commented on. |
2633 | 2633 | */ |
2634 | 2634 | do_action( 'bp_activity_comment_posted_notification_skipped', $comment_id, $r, $activity ); |
2635 | 2635 | } |