Changeset 4558 for trunk/bp-messages/bp-messages-notifications.php
- Timestamp:
- 06/24/2011 06:52:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-notifications.php
r4372 r4558 10 10 11 11 foreach( $recipients as $recipient ) { 12 if ( $sender_id == $recipient->user_id || 'no' == get_user_meta( $recipient->user_id, bp_get_user_meta_key( 'notification_messages_new_message' ), true ) )12 if ( $sender_id == $recipient->user_id || 'no' == bp_get_user_meta( $recipient->user_id, 'notification_messages_new_message', true ) ) 13 13 continue; 14 14
Note: See TracChangeset
for help on using the changeset viewer.