diff --git a/wp-admin/includes/class-wp-themes-list-table.php b/wp-admin/includes/class-wp-themes-list-table.php index f597ada13d..1255cc771d 100644 --- a/wp-admin/includes/class-wp-themes-list-table.php +++ b/wp-admin/includes/class-wp-themes-list-table.php @@ -168,10 +168,6 @@ class WP_Themes_List_Table extends WP_List_Table {
%2$s.' ), $title, str_replace( WP_CONTENT_DIR, '', $theme->get_template_directory() ), str_replace( WP_CONTENT_DIR, '', $theme->get_stylesheet_directory() ) ); ?>
- get('Tags') ) - printf( '' . __( 'Tags: %s.' ) . '
', $theme->display('Tags') ); - ?> diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 6af9454ca3..adfd5bcfa2 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -136,12 +136,8 @@ if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?> } } echo implode ( ' | ', $options ); - - if ( $ct->get('Tags') ) : ?> -display('Tags'); ?>
- - - +?> +