Changeset 11312 for trunk/wp-admin/options-discussion.php
- Timestamp:
- 05/12/2009 10:40:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r11283 r11312 26 26 <tr valign="top"> 27 27 <th scope="row"><?php _e('Default article settings') ?></th> 28 <td><fieldset><legend class=" invisible"><span><?php _e('Default article settings') ?></span></legend>28 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Default article settings') ?></span></legend> 29 29 <label for="default_pingback_flag"> 30 30 <input name="default_pingback_flag" type="checkbox" id="default_pingback_flag" value="1" <?php checked('1', get_option('default_pingback_flag')); ?> /> … … 44 44 <tr valign="top"> 45 45 <th scope="row"><?php _e('Other comment settings') ?></th> 46 <td><fieldset><legend class=" invisible"><span><?php _e('Other comment settings') ?></span></legend>46 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Other comment settings') ?></span></legend> 47 47 <label for="require_name_email"><input type="checkbox" name="require_name_email" id="require_name_email" value="1" <?php checked('1', get_option('require_name_email')); ?> /> <?php _e('Comment author must fill out name and e-mail') ?></label> 48 48 <br /> … … 103 103 <tr valign="top"> 104 104 <th scope="row"><?php _e('E-mail me whenever') ?></th> 105 <td><fieldset><legend class=" invisible"><span><?php _e('E-mail me whenever') ?></span></legend>105 <td><fieldset><legend class="screen-reader-text"><span><?php _e('E-mail me whenever') ?></span></legend> 106 106 <label for="comments_notify"> 107 107 <input name="comments_notify" type="checkbox" id="comments_notify" value="1" <?php checked('1', get_option('comments_notify')); ?> /> … … 115 115 <tr valign="top"> 116 116 <th scope="row"><?php _e('Before a comment appears') ?></th> 117 <td><fieldset><legend class=" invisible"><span><?php _e('Before a comment appears') ?></span></legend>117 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Before a comment appears') ?></span></legend> 118 118 <label for="comment_moderation"> 119 119 <input name="comment_moderation" type="checkbox" id="comment_moderation" value="1" <?php checked('1', get_option('comment_moderation')); ?> /> … … 125 125 <tr valign="top"> 126 126 <th scope="row"><?php _e('Comment Moderation') ?></th> 127 <td><fieldset><legend class=" invisible"><span><?php _e('Comment Moderation') ?></span></legend>127 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Moderation') ?></span></legend> 128 128 <p><label for="comment_max_links"><?php printf(__('Hold a comment in the queue if it contains %s or more links. (A common characteristic of comment spam is a large number of hyperlinks.)'), '<input name="comment_max_links" type="text" id="comment_max_links" value="' . esc_attr(get_option('comment_max_links')) . '" class="small-text" />' ) ?></label></p> 129 129 … … 136 136 <tr valign="top"> 137 137 <th scope="row"><?php _e('Comment Blacklist') ?></th> 138 <td><fieldset><legend class=" invisible"><span><?php _e('Comment Blacklist') ?></span></legend>138 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Blacklist') ?></span></legend> 139 139 <p><label for="blacklist_keys"><?php _e('When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be marked as spam. One word or IP per line. It will match inside words, so “press” will match “WordPress”.') ?></label></p> 140 140 <p> … … 155 155 <tr valign="top"> 156 156 <th scope="row"><?php _e('Avatar Display') ?></th> 157 <td><fieldset><legend class=" invisible"><span><?php _e('Avatar display') ?></span></legend>157 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Avatar display') ?></span></legend> 158 158 <?php 159 159 $yesorno = array(0 => __("Don’t show Avatars"), 1 => __('Show Avatars')); … … 167 167 <tr valign="top"> 168 168 <th scope="row"><?php _e('Maximum Rating') ?></th> 169 <td><fieldset><legend class=" invisible"><span><?php _e('Maximum Rating') ?></span></legend>169 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Maximum Rating') ?></span></legend> 170 170 171 171 <?php … … 181 181 <tr valign="top"> 182 182 <th scope="row"><?php _e('Default Avatar') ?></th> 183 <td class="defaultavatarpicker"><fieldset><legend class=" invisible"><span><?php _e('Default Avatar') ?></span></legend>183 <td class="defaultavatarpicker"><fieldset><legend class="screen-reader-text"><span><?php _e('Default Avatar') ?></span></legend> 184 184 185 185 <?php _e('For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their e-mail address.'); ?><br />
Note: See TracChangeset
for help on using the changeset viewer.