Changeset 2819 for branches/1.2/bp-messages/bp-messages-templatetags.php
- Timestamp:
- 03/08/2010 04:02:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-messages/bp-messages-templatetags.php
r2687 r2819 162 162 } else { 163 163 if ( 'inbox' == $bp->current_action ) 164 bp_core_delete_notifications_for_user_by_type( $bp->loggedin_user->id, 'messages', 'new_message' );164 bp_core_delete_notifications_for_user_by_type( $bp->loggedin_user->id, $bp->messages->id, 'new_message' ); 165 165 166 166 if ( 'sentbox' == $bp->current_action )
Note: See TracChangeset
for help on using the changeset viewer.