Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/08/2011 02:15:22 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Port user active/status functions from bbPress 2. Deprecate old _core_ functions into 1.6.php as wrappers. See #3739.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-functions.php

    r5302 r5305  
    871871        return false;
    872872
    873     if ( bp_core_is_user_spammer( $user_id ) || bp_core_is_user_deleted( $user_id ) )
     873    if ( bp_is_user_inactive( $user_id ) )
    874874        return false;
    875875
Note: See TracChangeset for help on using the changeset viewer.