Changeset 8987 for trunk/src/bp-xprofile/bp-xprofile-functions.php
- Timestamp:
- 09/07/2014 09:30:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-functions.php
r8928 r8987 768 768 769 769 // Bail if profile syncing is disabled 770 if ( bp_disable_profile_sync() ) {770 if ( bp_disable_profile_sync() || ! $update || $errors->get_error_codes() ) { 771 771 return; 772 772 }
Note: See TracChangeset
for help on using the changeset viewer.