diff --git src/wp-admin/includes/file.php src/wp-admin/includes/file.php
index ba5dc6d..313ec73 100644
|
|
jQuery(function($){ |
1148 | 1148 | ?></p> |
1149 | 1149 | <label for="hostname"> |
1150 | 1150 | <span class="field-title"><?php _e( 'Hostname' ) ?></span> |
1151 | | <input name="hostname" type="text" id="hostname" aria-describedby="request-filesystem-credentials-desc" class="code" placeholder="<?php esc_attr_e( __( 'example: www.mysite.com' ) ) ?>" value="<?php echo esc_attr($hostname); if ( !empty($port) ) echo ":$port"; ?>"<?php disabled( defined('FTP_HOST') ); ?> /> |
| 1151 | <input name="hostname" type="text" id="hostname" aria-describedby="request-filesystem-credentials-desc" class="code" placeholder="<?php esc_attr_e( 'example: www.gnu.org' ) ?>" value="<?php echo esc_attr($hostname); if ( !empty($port) ) echo ":$port"; ?>"<?php disabled( defined('FTP_HOST') ); ?> /> |
1152 | 1152 | </label> |
1153 | 1153 | <div class="ftp-username"> |
1154 | 1154 | <label for="username"> |