Changeset 3476
- Timestamp:
- 01/24/06 07:38:29 (3 years ago)
- Files:
-
- trunk/wp-admin/admin-functions.php (modified) (1 diff)
- trunk/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/admin-functions.php
r3446 r3476 1617 1617 $themes = get_themes(); 1618 1618 $current_theme = get_current_theme(); 1619 $ct->name = $current_theme; 1619 1620 $ct->title = $themes[$current_theme]['Title']; 1620 1621 $ct->version = $themes[$current_theme]['Version']; trunk/wp-admin/themes.php
r3134 r3476 60 60 61 61 foreach ($theme_names as $theme_name) { 62 if ( $theme_name == $c urrent_theme )62 if ( $theme_name == $ct->name ) 63 63 continue; 64 64 $template = $themes[$theme_name]['Template'];
