Changeset 15904 for trunk/wp-admin/theme-install.php
- Timestamp:
- 10/21/2010 07:55:28 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/theme-install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-install.php
r15898 r15904 41 41 <div class="wrap"> 42 42 <?php 43 screen_icon(); 43 screen_icon(); 44 44 45 45 if ( is_network_admin() ) : ?> … … 48 48 <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> 49 49 50 <?php 50 <?php 51 51 endif; 52 52
Note: See TracChangeset
for help on using the changeset viewer.