Index: wp-admin/includes/class-wp-themes-list-table.php
===================================================================
--- wp-admin/includes/class-wp-themes-list-table.php	(revision 20059)
+++ wp-admin/includes/class-wp-themes-list-table.php	(working copy)
@@ -168,10 +168,6 @@
 				<p><?php printf( __( 'All of this theme&#8217;s files are located in <code>%2$s</code>.' ),
 					$title, str_replace( WP_CONTENT_DIR, '', $theme->get_template_directory() ), str_replace( WP_CONTENT_DIR, '', $theme->get_stylesheet_directory() ) ); ?></p>
 			<?php endif; ?>
-			<?php
-			if ( $theme->get('Tags') )
-				printf( '<p>' . __( 'Tags: %s.' ) . '</p>', $theme->display('Tags') );
-			?>
 			</div>
 			<?php theme_update_available( $theme ); ?>
 			</div>
Index: wp-admin/themes.php
===================================================================
--- wp-admin/themes.php	(revision 20059)
+++ wp-admin/themes.php	(working copy)
@@ -136,10 +136,7 @@
 		}
 	}
 	echo implode ( ' | ', $options );
-
-	if ( $ct->get('Tags') ) : ?>
-	<p><?php _e('Tags:'); ?> <?php echo $ct->display('Tags'); ?></p>
-	<?php endif; ?>
+	?>
 </div>
 <?php theme_update_available($ct); ?>
 
