Remove theme tags from the themes.php UI. They just take up room and are redundant with the feature filter. The installer already does not show tags. props DH-Shredder, fixes #20147.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -136,12 +136,8 @@ if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?>
|
||||
}
|
||||
}
|
||||
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); ?>
|
||||
?></div>
|
||||
<?php theme_update_available( $ct ); ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user