Ticket #7690: 7690-ports.diff
| File 7690-ports.diff, 856 bytes (added by , 17 years ago) |
|---|
-
wp-admin/includes/file.php
551 551 <td><input name="password" type="password" id="password" value=""<?php if( defined('FTP_PASS') ) echo ' disabled="disabled"' ?> size="40" /><?php if( defined('FTP_PASS') && !empty($password) ) echo '<em>'.__('(Password not shown)').'</em>'; ?></td> 552 552 </tr> 553 553 <tr valign="top"> 554 <th scope="row"><label for="port"><?php _e('Port') ?></label></th> 555 <td><input name="port" type="port" id="port" value="21"<?php if( defined('FTP_PORT') ) echo ' disabled="disabled"' ?> size="5" /></td> 556 </tr> 557 <tr valign="top"> 554 558 <th scope="row"><?php _e('Connection Type') ?></th> 555 559 <td> 556 560 <fieldset><legend class="hidden"><?php _e('Connection Type') ?> </legend>