Changeset 29032 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 07/08/2014 06:31:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r29020 r29032 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 ); ?>" /></td>155 <td><input name="pwd" id="pwd" type="text" 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>
Note: See TracChangeset
for help on using the changeset viewer.