Skip to:
Content

BuddyPress.org

Changeset 10270


Ignore:
Timestamp:
10/14/2015 02:21:15 AM (9 years ago)
Author:
boonebgorges
Message:

Fix documentation for 'bp_activity_comment_posted' hook.

Props henry.wright.
Fixes #6661.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-functions.php

    r10253 r10270  
    21502150     * @since 1.2.0
    21512151     *
    2152      * @param int   $comment_id ID of the newly posted activity comment.
    2153      * @param array $r          Array of parsed comment arguments.
    2154      * @param int   $activity   ID of the activity item being commented on.
     2152     * @param int                  $comment_id ID of the newly posted activity comment.
     2153     * @param array                $r          Array of parsed comment arguments.
     2154     * @param BP_Activity_Activity $activity   Activity item being commented on.
    21552155     */
    21562156    do_action( 'bp_activity_comment_posted', $comment_id, $r, $activity );
Note: See TracChangeset for help on using the changeset viewer.