Changeset 2057 for branches/1.1/bp-core.php
- Timestamp:
- 10/26/2009 06:13:26 PM (17 years ago)
- File:
-
- 1 edited
-
branches/1.1/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bp-core.php
r2048 r2057 1546 1546 1547 1547 /* Make sure account deletion is not disabled */ 1548 if ( ( !(int) get_site_option( 'bp-disable-account-deletion' ) && !is_site_admin()) )1548 if ( ( '' != get_site_option( 'bp-disable-account-deletion' ) || (int) get_site_option( 'bp-disable-account-deletion' ) ) && !is_site_admin() ) 1549 1549 return false; 1550 1550
Note: See TracChangeset
for help on using the changeset viewer.