mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
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:
parent
e89737ccfb
commit
662ad721ec
@ -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>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user