Changeset 50560 for trunk/src/wp-admin/install.php
- Timestamp:
- 03/21/2021 01:03:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r48172 r50560 427 427 <th><?php _e( 'Password' ); ?></th> 428 428 <td> 429 <?php 430 if ( ! empty( $result['password'] ) && empty( $admin_password_check ) ) : 431 ?> 432 <code><?php echo esc_html( $result['password'] ); ?></code><br /> 433 <?php endif ?> 429 <?php if ( ! empty( $result['password'] ) && empty( $admin_password_check ) ) : ?> 430 <code><?php echo esc_html( $result['password'] ); ?></code><br /> 431 <?php endif; ?> 434 432 <p><?php echo $result['password_message']; ?></p> 435 433 </td>
Note: See TracChangeset
for help on using the changeset viewer.