Changeset 2575 for trunk/bp-groups/bp-groups-notifications.php
- Timestamp:
- 02/03/2010 08:08:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-notifications.php
r2556 r2575 7 7 $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . __( 'Group Details Updated', 'buddypress' ); 8 8 9 $user_ids = BP_Groups_Member::get_group_member_ids( $ this->id );9 $user_ids = BP_Groups_Member::get_group_member_ids( $group->id ); 10 10 foreach ( $user_ids as $user_id ) { 11 11 if ( 'no' == get_usermeta( $user_id, 'notification_groups_group_updated' ) ) continue;
Note: See TracChangeset
for help on using the changeset viewer.