Changeset 56150 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 07/06/2023 12:45:45 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r56008 r56150 682 682 683 683 <?php // Allow admins to send reset password link. ?> 684 <?php if ( ! IS_PROFILE_PAGE ) : ?>684 <?php if ( ! IS_PROFILE_PAGE && true === wp_is_password_reset_allowed_for_user( $profile_user ) ) : ?> 685 685 <tr class="user-generate-reset-link-wrap hide-if-no-js"> 686 686 <th><?php _e( 'Password Reset' ); ?></th>
Note: See TracChangeset
for help on using the changeset viewer.