Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/04/2012 06:21:14 PM (12 years ago)
Author:
djpaul
Message:

Prevent @mention notifications being re-sent when a comment is edited. This also affects
activity items that are modified through the Activity Management screens. Fixes #4222

File:
1 edited

Legend:

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

    r6127 r6167  
    231231
    232232        // If an activity_id is provided, we can send email and BP notifications
    233         if ( $activity_id ) {
     233        if ( $activity_id && apply_filters( 'bp_activity_at_name_do_notifications', true ) ) {
    234234            bp_activity_at_message_notification( $activity_id, $user_id );
    235235        }
Note: See TracChangeset for help on using the changeset viewer.