From af9675bdcb833034ddb775176ec0a32ffcc046dd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 23 Feb 2021 14:35:03 +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. Built from https://develop.svn.wordpress.org/trunk@50412 git-svn-id: http://core.svn.wordpress.org/trunk@50023 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-edit.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index ae960a5d1f..acac0c4c29 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -674,7 +674,7 @@ endif; // Allow admins to send reset password link. if ( ! IS_PROFILE_PAGE ) : ?> - +