Changeset 11424
- Timestamp:
- 05/21/2009 06:17:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/update.php
r11404 r11424 214 214 $themes['current_theme'] = (array) $current_theme; 215 215 foreach( (array) $installed_themes as $theme_title => $theme ) { 216 $themes[$theme[' Template']] = array( );216 $themes[$theme['Stylesheet']] = array( ); 217 217 218 218 foreach( (array) $theme as $key => $value ) { 219 $themes[$theme[' Template']][$key] = $value;219 $themes[$theme['Stylesheet']][$key] = $value; 220 220 } 221 221 }
Note: See TracChangeset
for help on using the changeset viewer.