printf( /* translators: %s: User's display name. */
__( 'Send %s a link to reset their password. This will not change their password, nor will it force a change.'
),
esc_html( $profile_user->display_name
) );
?>
</p>
</td>
</tr>
<?php
endif; ?>
<?php
if ( IS_PROFILE_PAGE &&
count( $sessions->
get_all() ) === 1
) : ?>
<tr class="user-sessions-wrap hide-if-no-js">
<th><?php
_e( 'Sessions'
); ?></th>
<td aria-live="assertive">
<div class="destroy-sessions"><button type="button" disabled class="button"><?php
_e( 'Log Out Everywhere Else'
); ?></button></div>
<p class="description">
<?php
_e( 'You are only logged in at this location.'
); ?>
</p>
</td>
</tr>
<?php
elseif ( IS_PROFILE_PAGE &&
count( $sessions->
get_all() ) > 1
) : ?>
<tr class="user-sessions-wrap hide-if-no-js">
<th>