- Timestamp:
- 11/08/2010 07:40:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-themes-list-table.php
r16205 r16241 59 59 60 60 foreach ( (array) $themes['all'] as $key => $theme ) { 61 if ( array_key_exists( $theme['Template'], $allowed_themes ) ) { 61 $theme_key = esc_html( $theme['Stylesheet'] ); 62 if ( isset( $allowed_themes [ $theme_key ] ) ) { 62 63 $themes['all'][$key]['enabled'] = true; 63 64 $themes['enabled'][$key] = $themes['all'][$key];
Note: See TracChangeset
for help on using the changeset viewer.