Changeset 45844 for branches/5.2/src/wp-admin/install.php
- Timestamp:
- 08/19/2019 04:43:21 AM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/install.php
r45834 r45844 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.