Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/10/2014 03:50:08 PM (12 years ago)
Author:
boonebgorges
Message:

Include updated name/description in email notification after a group is updated.

When updating a group's details, there's a checkbox that asks "Notify group
members?". But the notification that goes out does not currently contain any
information about what was changed. The current changeset adds this information
to the email text.

Fixes #5879.

File:
1 edited

Legend:

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

    r9204 r9226  
    201201
    202202        if ( $notify_members ) {
    203                 groups_notification_group_updated( $group->id );
     203                groups_notification_group_updated( $group->id, $old_group );
    204204        }
    205205
Note: See TracChangeset for help on using the changeset viewer.