Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/08/2011 02:15:22 AM (15 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-core/bp-core-catchuri.php

    r5301 r5305  
    255255                                // If the displayed user is marked as a spammer, 404 (unless logged-
    256256                                // in user is a super admin)
    257                                 if ( bp_displayed_user_id() && bp_core_is_user_spammer( bp_displayed_user_id() ) ) {
     257                                if ( bp_displayed_user_id() && bp_is_user_spammer( bp_displayed_user_id() ) ) {
    258258                                        if ( is_super_admin() ) {
    259259                                                bp_core_add_message( __( 'This user has been marked as a spammer. Only site admins can view this profile.', 'buddypress' ), 'error' );
Note: See TracChangeset for help on using the changeset viewer.