Changeset 21364 for trunk/wp-admin/includes/user.php
- Timestamp:
- 07/30/2012 06:30:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/user.php
r21170 r21364 354 354 _e('You’re using the auto-generated password for your account. Would you like to change it to something easier to remember?'); 355 355 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' ); 357 357 printf( '<a href="%s" id="default-password-nag-no">' . __('No thanks, do not remind me again') . '</a>', '?default_password_nag=0' ); 358 358 echo '</p></div>';
Note: See TracChangeset
for help on using the changeset viewer.