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

    r26518 r27029  
    175175<?php } ?>
    176176<tr>
    177 <th scope="row" valign="top"><?php /* translators: field name in comment form */ _ex('Comment', 'noun'); ?></th>
     177<th scope="row"><?php /* translators: field name in comment form */ _ex('Comment', 'noun'); ?></th>
    178178<td><?php echo $comment->comment_content; ?></td>
    179179</tr>
Note: See TracChangeset for help on using the changeset viewer.