Make WordPress Core


Ignore:
Timestamp:
07/30/2012 06:30:03 PM (13 years ago)
Author:
ryan
Message:

Introduce get_edit_user_link(). Props scribu, georgestephanis, johnbillion. fixes #14787 see #20307

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/user.php

    r21170 r21364  
    354354    _e('You’re using the auto-generated password for your account. Would you like to change it to something easier to remember?');
    355355    echo '</p><p>';
    356     printf( '<a href="%s">' . __('Yes, take me to my profile page') . '</a> | ', admin_url('profile.php') . '#password' );
     356    printf( '<a href="%s">' . __('Yes, take me to my profile page') . '</a> | ', get_edit_profile_url( get_current_user_id() ) . '#password' );
    357357    printf( '<a href="%s" id="default-password-nag-no">' . __('No thanks, do not remind me again') . '</a>', '?default_password_nag=0' );
    358358    echo '</p></div>';
Note: See TracChangeset for help on using the changeset viewer.