Make WordPress Core


Ignore:
Timestamp:
03/01/2012 11:58:10 PM (13 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/includes/class-wp-themes-list-table.php

    r20048 r20065  
    169169                    $title, str_replace( WP_CONTENT_DIR, '', $theme->get_template_directory() ), str_replace( WP_CONTENT_DIR, '', $theme->get_stylesheet_directory() ) ); ?></p>
    170170            <?php endif; ?>
    171             <?php
    172             if ( $theme->get('Tags') )
    173                 printf( '<p>' . __( 'Tags: %s.' ) . '</p>', $theme->display('Tags') );
    174             ?>
    175171            </div>
    176172            <?php theme_update_available( $theme ); ?>
Note: See TracChangeset for help on using the changeset viewer.