Make WordPress Core

Changeset 50412


Ignore:
Timestamp:
02/23/2021 02:33:07 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-edit.php

    r50411 r50412  
    675675        if ( ! IS_PROFILE_PAGE ) :
    676676            ?>
    677     <tr class="user-sessions-wrap hide-if-no-js">
     677    <tr class="user-generate-reset-link-wrap hide-if-no-js">
    678678        <th><?php _e( 'Password Reset' ); ?></th>
    679679        <td>
Note: See TracChangeset for help on using the changeset viewer.