Replace empty table header with a table cell.

props afercia.
fixes #33047.

git-svn-id: https://develop.svn.wordpress.org/trunk@33456 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-07-28 10:18:47 +00:00
parent dfb86dc965
commit 6c6dc814a3
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ $can_delete = current_user_can( 'delete_themes' );
<th><?php _ex('Name', 'theme name'); ?></th>
<th><?php _e('Description'); ?></th>
<?php if ( $can_delete ) { ?>
<th></th>
<td></td>
<?php } ?>
</tr>
</tr>