Make WordPress Core


Ignore:
Timestamp:
04/29/2010 03:43:39 AM (15 years ago)
Author:
nacin
Message:

Nav menu UI updates. props koopersmith, see #13134.

File:
1 edited

Legend:

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

    r14139 r14287  
    6060<div class="wrap">
    6161<?php screen_icon(); ?>
    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>
     62<h2><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>
    6363
    6464    <ul class="subsubsub">
Note: See TracChangeset for help on using the changeset viewer.