Changeset 2502 for trunk/bp-groups/bp-groups-notifications.php
- Timestamp:
- 01/31/2010 08:08:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-notifications.php
r2480 r2502 238 238 239 239 // Now email the user with the contents of the message (if they have enabled email notifications) 240 if ( !get_usermeta( $user_id, 'notification_activity_new_mention' ) || 'yes' == get_usermeta( $user_id, 'notification_activity_new_mention' ) ) {240 if ( 'no' != get_usermeta( $user_id, 'notification_activity_new_mention' ) ) { 241 241 $poster_name = bp_core_get_user_displayname( $poster_user_id ); 242 242
Note: See TracChangeset
for help on using the changeset viewer.