Changeset 8553
- Timestamp:
- 06/28/2014 05:08:36 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-options.php
r8199 r8553 437 437 * @return bool True if profile sync is enabled, otherwise false. 438 438 */ 439 function bp_disable_profile_sync( $default = true ) {439 function bp_disable_profile_sync( $default = false ) { 440 440 return (bool) apply_filters( 'bp_disable_profile_sync', (bool) bp_get_option( 'bp-disable-profile-sync', $default ) ); 441 441 }
Note: See TracChangeset
for help on using the changeset viewer.