Changeset 42217 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 11/23/2017 04:08:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r42112 r42217 1703 1703 } 1704 1704 _e('If you do not remember your credentials, you should contact your web host.'); 1705 1706 $password_value = ''; 1707 if ( defined('FTP_PASS') ) { 1708 $password_value = '*****'; 1709 } 1705 1710 ?></p> 1706 1711 <label for="hostname"> … … 1717 1722 <label for="password"> 1718 1723 <span class="field-title"><?php echo $label_pass; ?></span> 1719 <input name="password" type="password" id="password" value="<?php if ( defined('FTP_PASS') ) echo '*****'; ?>"<?php disabled( defined('FTP_PASS') ); ?> />1724 <input name="password" type="password" id="password" value="<?php echo $password_value; ?>"<?php disabled( defined('FTP_PASS') ); ?> /> 1720 1725 <em><?php if ( ! defined('FTP_PASS') ) _e( 'This password will not be stored on the server.' ); ?></em> 1721 1726 </label>
Note: See TracChangeset
for help on using the changeset viewer.