Changeset 11312 for trunk/wp-admin/includes/file.php
- Timestamp:
- 05/12/2009 10:40:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r11304 r11312 762 762 <th scope="row"><?php _e('Connection Type') ?></th> 763 763 <td> 764 <fieldset><legend class=" invisible"><span><?php _e('Connection Type') ?></span></legend>764 <fieldset><legend class="screen-reader-text"><span><?php _e('Connection Type') ?></span></legend> 765 765 <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 /> 766 766 <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.