Make WordPress Core

Ticket #28996: setup-config.patch

File setup-config.patch, 744 bytes (added by amansurov, 11 years ago)

patch for this issue applicable @ src/wp-admin/setup-config.php

  • src/wp-admin/setup-config.php

    diff --git a/src/wp-admin/setup-config.php b/src/wp-admin/setup-config.php
    index dfcd4ed..c034db4 100644
    a b switch($step) { 
    152152                </tr>
    153153                <tr>
    154154                        <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>
    156156                        <td><?php _e( '&hellip;and your MySQL password.' ); ?></td>
    157157                </tr>
    158158                <tr>