Changeset 45673 for trunk/src/wp-admin/install.php
- Timestamp:
- 07/25/2019 07:10:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r45583 r45673 72 72 <meta name="robots" content="noindex,nofollow" /> 73 73 <title><?php _e( 'WordPress › Installation' ); ?></title> 74 <?php 75 wp_admin_css( 'install', true ); 76 wp_admin_css( 'dashicons', true ); 77 ?> 74 <?php wp_admin_css( 'install', true ); ?> 78 75 </head> 79 76 <body class="wp-core-ui<?php echo $body_classes; ?>"> … … 143 140 </th> 144 141 <td> 145 <div class=" ">142 <div class="wp-pwd"> 146 143 <?php $initial_password = isset( $_POST['admin_password'] ) ? stripslashes( $_POST['admin_password'] ) : wp_generate_password( 18 ); ?> 147 144 <input type="password" name="admin_password" id="pass1" class="regular-text" autocomplete="off" data-reveal="1" data-pw="<?php echo esc_attr( $initial_password ); ?>" aria-describedby="pass-strength-result" />
Note: See TracChangeset
for help on using the changeset viewer.