Skip to:
Content

BuddyPress.org

Changeset 3366


Ignore:
Timestamp:
11/06/2010 07:19:06 PM (14 years ago)
Author:
djpaul
Message:

Fixes #2414, props cnorris23 (branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core.php

    r3302 r3366  
    17281728
    17291729    /* Make sure account deletion is not disabled */
    1730     if ( (int)get_site_option( 'bp-disable-account-deletion' ) )
     1730    if ( (int)get_site_option( 'bp-disable-account-deletion' ) && !$bp->loggedin_user->is_site_admin )
    17311731        return false;
    17321732
Note: See TracChangeset for help on using the changeset viewer.