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
@ -309,7 +309,6 @@ $can_delete = current_user_can( 'delete_themes' );
|
||||
<td></td>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
</tr>
|
||||
<?php foreach ( $broken_themes as $broken_theme ) : ?>
|
||||
<tr>
|
||||
<td><?php echo $broken_theme->get( 'Name' ) ? $broken_theme->display( 'Name' ) : $broken_theme->get_stylesheet(); ?></td>
|
||||
|
Loading…
Reference in New Issue
Block a user