Skip to:
Content

BuddyPress.org

Changeset 13733


Ignore:
Timestamp:
02/22/2024 08:20:53 PM (12 months ago)
Author:
imath
Message:

Settings: generate the email verification link the right way

Props yagniksangani

See #9106 (trunk)
Closes https://github.com/buddypress/buddypress/pull/236

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-settings/actions/general.php

    r13503 r13733  
    104104                        'verify_email_change',
    105105                        $hash,
    106                         bp_displayed_user_url( $path_chunks )
     106                        bp_displayed_user_url( bp_members_get_path_chunks( $path_chunks ) )
    107107                    );
    108108
Note: See TracChangeset for help on using the changeset viewer.