Changeset 3476 for trunk/wp-admin/themes.php
- Timestamp:
- 01/24/2006 07:38:29 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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'];
Note: See TracChangeset
for help on using the changeset viewer.