From 63fd7102eb26ffb246c4d3ab771a07ed8dd75f88 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 23 Feb 2021 14:33:07 +0000 Subject: [PATCH] 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 --- src/wp-admin/user-edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/user-edit.php b/src/wp-admin/user-edit.php index ae960a5d1f..acac0c4c29 100644 --- a/src/wp-admin/user-edit.php +++ b/src/wp-admin/user-edit.php @@ -674,7 +674,7 @@ endif; // Allow admins to send reset password link. if ( ! IS_PROFILE_PAGE ) : ?> - +