Skip to:
Content

BuddyPress.org

Changeset 13734


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

Settings: generate the email verification link the right way

Props yagniksangani

Fixes #9106 (branch 12.0)

File:
1 edited

Legend:

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

    r13503 r13734  
    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.