Make WordPress Core

Changeset 33456


Ignore:
Timestamp:
07/28/2015 10:18:47 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Replace empty table header with a table cell.

props afercia.
fixes #33047.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/themes.php

    r33327 r33456  
    281281        <th><?php _e('Description'); ?></th>
    282282        <?php if ( $can_delete ) { ?>
    283             <th></th>
     283            <td></td>
    284284        <?php } ?>
    285285        </tr>
Note: See TracChangeset for help on using the changeset viewer.