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:
parent
f26526264a
commit
b374a081a9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user