Changeset 5729 for trunk/bp-groups/bp-groups-notifications.php
- Timestamp:
- 02/11/2012 09:32:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-notifications.php
r5727 r5729 21 21 22 22 $user_ids = BP_Groups_Member::get_group_member_ids( $group->id ); 23 foreach ( (array) $user_ids as $user_id ) {23 foreach ( (array) $user_ids as $user_id ) { 24 24 if ( 'no' == bp_get_user_meta( $user_id, 'notification_groups_group_updated', true ) ) continue; 25 25
Note: See TracChangeset
for help on using the changeset viewer.