Users: Give the Password Reset table row its own wrapper class.

Previously, the class of the Sessions table row was duplicated.

Follow-up to [50129], [50411].

See #52597.

git-svn-id: https://develop.svn.wordpress.org/trunk@50412 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-02-23 14:33:07 +00:00
parent 3bf334edaa
commit 63fd7102eb

View File

@ -674,7 +674,7 @@ endif;
// Allow admins to send reset password link.
if ( ! IS_PROFILE_PAGE ) :
?>
<tr class="user-sessions-wrap hide-if-no-js">
<tr class="user-generate-reset-link-wrap hide-if-no-js">
<th><?php _e( 'Password Reset' ); ?></th>
<td>
<div class="generate-reset-link">