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

Props tfrommen.
Fixes #34237.
Built from https://develop.svn.wordpress.org/trunk@34994


git-svn-id: http://core.svn.wordpress.org/trunk@34959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-10-09 21:17:25 +00:00
parent e89737ccfb
commit 662ad721ec
2 changed files with 1 additions and 2 deletions

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>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34993';
$wp_version = '4.4-alpha-34994';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.