Changeset 2869
- Timestamp:
- 03/25/2010 11:24:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-activity/bp-activity-notifications.php
r2719 r2869 13 13 14 14 foreach( (array)$usernames as $username ) { 15 if ( !$receiver_user_id = bp_core_get_userid( $username) )15 if ( !$receiver_user_id = bp_core_get_userid( $username ) ) 16 16 continue; 17 17 18 18 // Now email the user with the contents of the message (if they have enabled email notifications) 19 if ( 'no' != get_usermeta( $ user_id, 'notification_activity_new_mention' ) ) {19 if ( 'no' != get_usermeta( $receiver_user_id, 'notification_activity_new_mention' ) ) { 20 20 $poster_name = bp_core_get_user_displayname( $poster_user_id ); 21 21
Note: See TracChangeset
for help on using the changeset viewer.