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/edit-form-comment.php

    r26518 r27029  
    2929<table class="form-table editcomment">
    3030<tbody>
    31 <tr valign="top">
     31<tr>
    3232    <td class="first"><?php _e( 'Name:' ); ?></td>
    3333    <td><input type="text" name="newcomment_author" size="30" value="<?php echo esc_attr( $comment->comment_author ); ?>" id="name" /></td>
    3434</tr>
    35 <tr valign="top">
     35<tr>
    3636    <td class="first">
    3737    <?php
     
    4444    <td><input type="text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" id="email" /></td>
    4545</tr>
    46 <tr valign="top">
     46<tr>
    4747    <td class="first">
    4848    <?php
Note: See TracChangeset for help on using the changeset viewer.