Index: wp-admin/themes.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>windows-1252
===================================================================
--- wp-admin/themes.php	(date 1444413924000)
+++ wp-admin/themes.php	(revision )
@@ -303,12 +303,11 @@
 ?>
 <table>
 	<tr>
-		<th><?php _ex('Name', 'theme name'); ?></th>
+		<th><?php _ex( 'Name', 'theme name' ); ?></th>
-		<th><?php _e('Description'); ?></th>
+		<th><?php _e( 'Description' ); ?></th>
-		<?php if ( $can_delete ) { ?>
+		<?php if ( $can_delete ) : ?>
 			<td></td>
-		<?php } ?>
-		</tr>
+		<?php endif; ?>
 	</tr>
 	<?php foreach ( $broken_themes as $broken_theme ) : ?>
 		<tr>
