Changeset 3560 for trunk/bp-xprofile.php
- Timestamp:
- 12/22/2010 01:48:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile.php
r3514 r3560 840 840 global $bp, $wpdb; 841 841 842 if ( (int)$bp->site_options['bp-disable-profile-sync'] )842 if ( !empty( $bp->site_options['bp-disable-profile-sync'] ) && (int)$bp->site_options['bp-disable-profile-sync'] ) 843 843 return true; 844 844
Note: See TracChangeset
for help on using the changeset viewer.