Make WordPress Core


Ignore:
Timestamp:
05/12/2009 10:40:56 PM (16 years ago)
Author:
markjaquith
Message:

Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/file.php

    r11304 r11312  
    762762<th scope="row"><?php _e('Connection Type') ?></th>
    763763<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>
    765765<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 />
    766766<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.