mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
3bf334edaa
commit
63fd7102eb
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user