Make WordPress Core


Ignore:
Timestamp:
01/24/2006 07:38:29 AM (20 years ago)
Author:
ryan
Message:

Don't list current theme in the availablet themes list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r3134 r3476  
    6060
    6161foreach ($theme_names as $theme_name) {
    62     if ( $theme_name == $current_theme )
     62    if ( $theme_name == $ct->name )
    6363        continue;
    6464    $template = $themes[$theme_name]['Template'];
Note: See TracChangeset for help on using the changeset viewer.