Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/04/2011 05:50:22 PM (14 years ago)
Author:
johnjamesjacoby
Message:

First pass at reverting members/core function & filter refactor. See #3158.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-buddybar.php

    r4602 r4605  
    1111    _e( 'Notifications', 'buddypress' );
    1212
    13     if ( $notifications = bp_members_get_notifications_for_user( $bp->loggedin_user->id ) ) { ?>
     13    if ( $notifications = bp_core_get_notifications_for_user( $bp->loggedin_user->id ) ) { ?>
    1414        <span><?php echo count( $notifications ) ?></span>
    1515    <?php
Note: See TracChangeset for help on using the changeset viewer.