Make WordPress Core


Ignore:
Timestamp:
03/01/2012 11:58:10 PM (14 years ago)
Author:
nacin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r20064 r20065  
    137137    }
    138138    echo implode ( ' | ', $options );
    139 
    140     if ( $ct->get('Tags') ) : ?>
    141     <p><?php _e('Tags:'); ?> <?php echo $ct->display('Tags'); ?></p>
    142     <?php endif; ?>
    143 </div>
    144 <?php theme_update_available($ct); ?>
     139?></div>
     140<?php theme_update_available( $ct ); ?>
    145141
    146142</div>
Note: See TracChangeset for help on using the changeset viewer.