Changeset 10468
- Timestamp:
- 01/25/2016 10:00:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-filters.php
r10467 r10468 346 346 * @since 2.5.0 Introduced `$user_id` and `$activity` parameters. 347 347 * 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. 352 352 */ 353 353 if ( apply_filters( 'bp_activity_at_name_do_notifications', true, $usernames, $user_id, $activity ) ) {
Note: See TracChangeset
for help on using the changeset viewer.