Replace empty table header with a table cell.

props afercia.
fixes #33047.
Built from https://develop.svn.wordpress.org/trunk@33456


git-svn-id: http://core.svn.wordpress.org/trunk@33423 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-07-28 10:19:24 +00:00
parent e6904bc0e8
commit 13a1818d89
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ $can_delete = current_user_can( 'delete_themes' );
<th><?php _ex('Name', 'theme name'); ?></th>
<th><?php _e('Description'); ?></th>
<?php if ( $can_delete ) { ?>
<th></th>
<td></td>
<?php } ?>
</tr>
</tr>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta4-33455';
$wp_version = '4.3-beta4-33456';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.