Changeset 27029 for trunk/src/wp-admin/options-discussion.php
- Timestamp:
- 01/24/2014 07:05:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-discussion.php
r26724 r27029 38 38 39 39 <table class="form-table"> 40 <tr valign="top">40 <tr> 41 41 <th scope="row"><?php _e('Default article settings'); ?></th> 42 42 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Default article settings'); ?></span></legend> … … 56 56 </fieldset></td> 57 57 </tr> 58 <tr valign="top">58 <tr> 59 59 <th scope="row"><?php _e('Other comment settings'); ?></th> 60 60 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Other comment settings'); ?></span></legend> … … 124 124 </fieldset></td> 125 125 </tr> 126 <tr valign="top">126 <tr> 127 127 <th scope="row"><?php _e('E-mail me whenever'); ?></th> 128 128 <td><fieldset><legend class="screen-reader-text"><span><?php _e('E-mail me whenever'); ?></span></legend> … … 136 136 </fieldset></td> 137 137 </tr> 138 <tr valign="top">138 <tr> 139 139 <th scope="row"><?php _e('Before a comment appears'); ?></th> 140 140 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Before a comment appears'); ?></span></legend> … … 146 146 </fieldset></td> 147 147 </tr> 148 <tr valign="top">148 <tr> 149 149 <th scope="row"><?php _e('Comment Moderation'); ?></th> 150 150 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Moderation'); ?></span></legend> … … 157 157 </fieldset></td> 158 158 </tr> 159 <tr valign="top">159 <tr> 160 160 <th scope="row"><?php _e('Comment Blacklist'); ?></th> 161 161 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Blacklist'); ?></span></legend> … … 176 176 177 177 <table class="form-table"> 178 <tr valign="top">178 <tr> 179 179 <th scope="row"><?php _e('Avatar Display'); ?></th> 180 180 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Avatar Display'); ?></span></legend> … … 185 185 </fieldset></td> 186 186 </tr> 187 <tr valign="top">187 <tr> 188 188 <th scope="row"><?php _e('Maximum Rating'); ?></th> 189 189 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Maximum Rating'); ?></span></legend> … … 208 208 </fieldset></td> 209 209 </tr> 210 <tr valign="top">210 <tr> 211 211 <th scope="row"><?php _e('Default Avatar'); ?></th> 212 212 <td class="defaultavatarpicker"><fieldset><legend class="screen-reader-text"><span><?php _e('Default Avatar'); ?></span></legend>
Note: See TracChangeset
for help on using the changeset viewer.