Retrieves the link to a user's Edit Profile page.
<?php get_edit_user_link( $user_id ); ?>
__('Edit This')
Displays edit user link with link text "Edit User".
<?php printf( '<a href="%s">Edit User</a>', get_edit_user_link() ); ?>
Returns edit user link.
<?php get_edit_post_link(); ?>
get_edit_user_link() is located in wp-includes/link-template.php