Skip to:
Content

BuddyPress.org

Ticket #4697: trac4697_bp_profile_sync.patch

File trac4697_bp_profile_sync.patch, 471 bytes (added by magnus78, 12 years ago)

proposed fix

  • bp-xprofile/bp-xprofile-functions.php

     
    455455}
    456456add_action( 'xprofile_updated_profile', 'xprofile_sync_wp_profile' );
    457457add_action( 'bp_core_signup_user', 'xprofile_sync_wp_profile' );
     458add_action( 'bp_core_activated_user', 'xprofile_sync_wp_profile' );
    458459
    459460
    460461/**