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-writing.php

    r26518 r27029  
    6969
    7070<table class="form-table">
    71 <tr valign="top">
     71<tr>
    7272<th scope="row"><?php _e('Formatting') ?></th>
    7373<td><fieldset><legend class="screen-reader-text"><span><?php _e('Formatting') ?></span></legend>
     
    7878</fieldset></td>
    7979</tr>
    80 <tr valign="top">
     80<tr>
    8181<th scope="row"><label for="default_category"><?php _e('Default Post Category') ?></label></th>
    8282<td>
     
    9090unset( $post_formats['standard'] );
    9191?>
    92 <tr valign="top">
     92<tr>
    9393<th scope="row"><label for="default_post_format"><?php _e('Default Post Format') ?></label></th>
    9494<td>
     
    104104if ( get_option( 'link_manager_enabled' ) ) :
    105105?>
    106 <tr valign="top">
     106<tr>
    107107<th scope="row"><label for="default_link_category"><?php _e('Default Link Category') ?></label></th>
    108108<td>
     
    138138
    139139<table class="form-table">
    140 <tr valign="top">
     140<tr>
    141141<th scope="row"><label for="mailserver_url"><?php _e('Mail Server') ?></label></th>
    142142<td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option('mailserver_url'); ?>" class="regular-text code" />
     
    145145</td>
    146146</tr>
    147 <tr valign="top">
     147<tr>
    148148<th scope="row"><label for="mailserver_login"><?php _e('Login Name') ?></label></th>
    149149<td><input name="mailserver_login" type="text" id="mailserver_login" value="<?php form_option('mailserver_login'); ?>" class="regular-text ltr" /></td>
    150150</tr>
    151 <tr valign="top">
     151<tr>
    152152<th scope="row"><label for="mailserver_pass"><?php _e('Password') ?></label></th>
    153153<td>
     
    155155</td>
    156156</tr>
    157 <tr valign="top">
     157<tr>
    158158<th scope="row"><label for="default_email_category"><?php _e('Default Mail Category') ?></label></th>
    159159<td>
Note: See TracChangeset for help on using the changeset viewer.