Changeset 13106 for trunk/wp-admin/ms-themes.php
- Timestamp:
- 02/13/2010 10:35:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-themes.php
r12910 r13106 38 38 foreach ( (array) $themes as $key => $theme ) { 39 39 $total_theme_count++; 40 $theme_key = wp_specialchars($theme['Stylesheet']);40 $theme_key = esc_html($theme['Stylesheet']); 41 41 $class = ('alt' == $class) ? '' : 'alt'; 42 42 $class1 = $enabled = $disabled = '';
Note: See TracChangeset
for help on using the changeset viewer.