Skip to:
Content

BuddyPress.org

Changeset 3592 for trunk/bp-core.php


Ignore:
Timestamp:
12/27/2010 10:57:31 PM (15 years ago)
Author:
djpaul
Message:

Removes trailing whitespace. Fixes #2965, props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r3566 r3592  
    483483
    484484        $wpdb->update( $wpdb->users, array( 'user_status' => $is_spam ), array( 'ID' => $bp->displayed_user->id ) );
    485        
     485
    486486        if ( $is_spam )
    487487            bp_core_add_message( __( 'User marked as spammer. Spam users are visible only to site admins.', 'buddypress' ) );
     
    492492        if ( $is_spam && function_exists( 'bp_activity_hide_user_activity' ) )
    493493            bp_activity_hide_user_activity( $bp->displayed_user->id );
    494        
     494
    495495        // We need a special hook for is_spam so that components can delete data at spam time
    496496        if ( $is_spam )
     
    20052005 * hook in to.
    20062006 */
    2007  
     2007
    20082008/**
    20092009 * bp_include()
Note: See TracChangeset for help on using the changeset viewer.