Remove stray closing tag in wp-admin/themes.php.

Props tfrommen.
Fixes #34237.

git-svn-id: https://develop.svn.wordpress.org/trunk@34994 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-10-09 21:16:46 +00:00
parent f26526264a
commit b374a081a9

View File

@ -308,7 +308,6 @@ $can_delete = current_user_can( 'delete_themes' );
<?php if ( $can_delete ) { ?>
<td></td>
<?php } ?>
</tr>
</tr>
<?php foreach ( $broken_themes as $broken_theme ) : ?>
<tr>