Themes: Remove the Tabs from the header of the Add New Theme page. Fixes #26310

git-svn-id: https://develop.svn.wordpress.org/trunk@26466 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2013-11-29 04:40:20 +00:00
parent d9bd17c40f
commit 766427b133

View File

@ -77,14 +77,9 @@ include(ABSPATH . 'wp-admin/admin-header.php');
<div class="wrap">
<?php
screen_icon();
if ( is_network_admin() ) : ?>
?>
<h2><?php echo esc_html( $title ); ?></h2>
<?php else : ?>
<h2 class="nav-tab-wrapper"><a href="themes.php" class="nav-tab"><?php echo esc_html_x('Manage Themes', 'theme'); ?></a><a href="theme-install.php" class="nav-tab nav-tab-active"><?php echo esc_html( $title ); ?></a></h2>
<?php
endif;
$wp_list_table->views(); ?>