Skip to:
Content

BuddyPress.org

Changeset 10468


Ignore:
Timestamp:
01/25/2016 10:00:08 PM (9 years ago)
Author:
boonebgorges
Message:

Normalize documentation whitespace after [10467].

File:
1 edited

Legend:

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

    r10467 r10468  
    346346         * @since 2.5.0 Introduced `$user_id` and `$activity` parameters.
    347347         *
    348          * @param bool  $value     Whether or not BuddyPress should send a notification to the mentioned users.
    349          * @param array $usernames Array of users potentially notified.
    350          * @param int   $user_id   ID of the current user being notified.
    351          * @param BP_Activity_Activity $activity Activity object.
     348         * @param bool                 $value     Whether or not BuddyPress should send a notification to the mentioned users.
     349         * @param array                $usernames Array of users potentially notified.
     350         * @param int                  $user_id   ID of the current user being notified.
     351         * @param BP_Activity_Activity $activity  Activity object.
    352352         */
    353353        if ( apply_filters( 'bp_activity_at_name_do_notifications', true, $usernames, $user_id, $activity ) ) {
Note: See TracChangeset for help on using the changeset viewer.