Changeset 2111
- Timestamp:
- 11/24/2009 03:56:49 PM (16 years ago)
- File:
-
- 1 edited
-
branches/1.1/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bp-core.php
r2079 r2111 1544 1544 1545 1545 /* Make sure account deletion is not disabled */ 1546 if ( ( '' != get_site_option( 'bp-disable-account-deletion' ) || (int) get_site_option( 'bp-disable-account-deletion' ) ) && !is_site_admin() )1546 if ( (int)get_site_option( 'bp-disable-account-deletion' ) ) 1547 1547 return false; 1548 1548
Note: See TracChangeset
for help on using the changeset viewer.