Changeset 11283 for trunk/wp-admin/includes/file.php
- Timestamp:
- 05/11/2009 10:11:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r11227 r11283 759 759 <th scope="row"><?php _e('Connection Type') ?></th> 760 760 <td> 761 <fieldset><legend class="invisible">< ?php _e('Connection Type') ?></legend>761 <fieldset><legend class="invisible"><span><?php _e('Connection Type') ?></span></legend> 762 762 <label><input id="ftp" name="connection_type" type="radio" value="ftp" <?php checked('ftp', $connection_type); if ( defined('FTP_SSL') || defined('FTP_SSH') ) echo ' disabled="disabled"'; ?>/> <?php _e('FTP') ?></label><br /> 763 763 <label><input id="ftps" name="connection_type" type="radio" value="ftps" <?php checked('ftps', $connection_type); if ( defined('FTP_SSH') || defined('FTP_SSH') ) echo ' disabled="disabled"'; ?>/> <?php _e('FTPS (SSL)') ?></label><br />
Note: See TracChangeset
for help on using the changeset viewer.