Make WordPress Core


Ignore:
Timestamp:
01/24/2014 07:05:15 PM (11 years ago)
Author:
azaozz
Message:

Remove all "valign" attributes from tables in wp-admin, props MikeHansenMe, Marventus. Fixes #22712.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-discussion.php

    r26724 r27029  
    3838
    3939<table class="form-table">
    40 <tr valign="top">
     40<tr>
    4141<th scope="row"><?php _e('Default article settings'); ?></th>
    4242<td><fieldset><legend class="screen-reader-text"><span><?php _e('Default article settings'); ?></span></legend>
     
    5656</fieldset></td>
    5757</tr>
    58 <tr valign="top">
     58<tr>
    5959<th scope="row"><?php _e('Other comment settings'); ?></th>
    6060<td><fieldset><legend class="screen-reader-text"><span><?php _e('Other comment settings'); ?></span></legend>
     
    124124</fieldset></td>
    125125</tr>
    126 <tr valign="top">
     126<tr>
    127127<th scope="row"><?php _e('E-mail me whenever'); ?></th>
    128128<td><fieldset><legend class="screen-reader-text"><span><?php _e('E-mail me whenever'); ?></span></legend>
     
    136136</fieldset></td>
    137137</tr>
    138 <tr valign="top">
     138<tr>
    139139<th scope="row"><?php _e('Before a comment appears'); ?></th>
    140140<td><fieldset><legend class="screen-reader-text"><span><?php _e('Before a comment appears'); ?></span></legend>
     
    146146</fieldset></td>
    147147</tr>
    148 <tr valign="top">
     148<tr>
    149149<th scope="row"><?php _e('Comment Moderation'); ?></th>
    150150<td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Moderation'); ?></span></legend>
     
    157157</fieldset></td>
    158158</tr>
    159 <tr valign="top">
     159<tr>
    160160<th scope="row"><?php _e('Comment Blacklist'); ?></th>
    161161<td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Blacklist'); ?></span></legend>
     
    176176
    177177<table class="form-table">
    178 <tr valign="top">
     178<tr>
    179179<th scope="row"><?php _e('Avatar Display'); ?></th>
    180180<td><fieldset><legend class="screen-reader-text"><span><?php _e('Avatar Display'); ?></span></legend>
     
    185185</fieldset></td>
    186186</tr>
    187 <tr valign="top">
     187<tr>
    188188<th scope="row"><?php _e('Maximum Rating'); ?></th>
    189189<td><fieldset><legend class="screen-reader-text"><span><?php _e('Maximum Rating'); ?></span></legend>
     
    208208</fieldset></td>
    209209</tr>
    210 <tr valign="top">
     210<tr>
    211211<th scope="row"><?php _e('Default Avatar'); ?></th>
    212212<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.