Make WordPress Core


Ignore:
Timestamp:
03/01/2010 03:27:42 PM (15 years ago)
Author:
ryan
Message:

Tab interface for Theme and Add New Theme. First pass. Props matveb, dremeda. see #12412

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-install.php

    r12752 r13533  
    1717$title = __('Install Themes');
    1818$parent_file = 'themes.php';
     19$submenu_file = 'themes.php';
    1920
    2021wp_reset_vars( array('tab', 'paged') );
     
    5960<div class="wrap">
    6061<?php screen_icon(); ?>
    61 <h2><?php echo esc_html( $title ); ?></h2>
     62<h2><a href="themes.php" class="menu-tabs menu-tab-inactive"><?php echo esc_html_x('Manage Themes', 'theme'); ?></a><a href="theme-install.php" class="menu-tabs"><?php echo esc_html( $title ); ?></a></h2>
    6263
    6364    <ul class="subsubsub">
Note: See TracChangeset for help on using the changeset viewer.