Make WordPress Core

Ticket #25630: setup-config.patch

File setup-config.patch, 684 bytes (added by anonymized_296329, 12 years ago)

Patch file

  • setup-config.php

     
    148148                </tr>
    149149                <tr>
    150150                        <th scope="row"><label for="pwd"><?php _e( 'Password' ); ?></label></th>
    151                         <td><input name="pwd" id="pwd" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" /></td>
     151                        <td><input name="pwd" id="pwd" type="password" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" /></td>
    152152                        <td><?php _e( '&hellip;and your MySQL password.' ); ?></td>
    153153                </tr>
    154154                <tr>