diff --git a/src/wp-admin/setup-config.php b/src/wp-admin/setup-config.php
index dfcd4ed..c034db4 100644
|
a
|
b
|
switch($step) { |
| 152 | 152 | </tr> |
| 153 | 153 | <tr> |
| 154 | 154 | <th scope="row"><label for="pwd"><?php _e( 'Password' ); ?></label></th> |
| 155 | | <td><input name="pwd" id="pwd" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" autocomplete="off" /></td> |
| | 155 | <td><input name="pwd" id="pwd" type="password" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" autocomplete="off" /></td> |
| 156 | 156 | <td><?php _e( '…and your MySQL password.' ); ?></td> |
| 157 | 157 | </tr> |
| 158 | 158 | <tr> |