Skip to:
Content

BuddyPress.org

Changeset 11311


Ignore:
Timestamp:
12/20/2016 02:33:44 AM (10 years ago)
Author:
boonebgorges
Message:

Correct param docs for bp_activity_new_comment() actions.

Props jdgrimes.
Fixes #7398.

File:
1 edited

Legend:

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

    r11300 r11311  
    26162616                 * @since 1.2.0
    26172617                 *
    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 BP_Activity_Activity $activity   Activity item being commented on.
    26212621                 */
    26222622                do_action( 'bp_activity_comment_posted', $comment_id, $r, $activity );
     
    26282628                 * @since 2.5.0
    26292629                 *
    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 BP_Activity_Activity $activity   Activity item being commented on.
    26332633                 */
    26342634                do_action( 'bp_activity_comment_posted_notification_skipped', $comment_id, $r, $activity );
Note: See TracChangeset for help on using the changeset viewer.