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/includes/template.php

    r26868 r27029  
    11681168
    11691169    foreach ( (array) $wp_settings_fields[$page][$section] as $field ) {
    1170         echo '<tr valign="top">';
     1170        echo '<tr>';
    11711171        if ( !empty($field['args']['label_for']) )
    11721172            echo '<th scope="row"><label for="' . esc_attr( $field['args']['label_for'] ) . '">' . $field['title'] . '</label></th>';
Note: See TracChangeset for help on using the changeset viewer.