Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/15/2011 10:40:03 PM (15 years ago)
Author:
boonebgorges
Message:

Reconfigures the way that new activity mentions are stored and incremented, so that counts more accurately reflect new and deleted activity items. Fixes #2082

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/ajax.php

    r4354 r4367  
    113113                case 'mentions':
    114114                        $feed_url = $bp->loggedin_user->domain . bp_get_activity_slug() . '/mentions/feed/';
    115                         delete_user_meta( $bp->loggedin_user->id, 'bp_new_mention_count' );
     115                        bp_activity_clear_new_mentions( $bp->loggedin_user->id );
    116116                        break;
    117117                default:
Note: See TracChangeset for help on using the changeset viewer.