Make WordPress Core


Ignore:
Timestamp:
02/13/2010 10:35:10 AM (15 years ago)
Author:
nacin
Message:

Don't use deprecated functions. see #11388

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-themes.php

    r12910 r13106  
    3838            foreach ( (array) $themes as $key => $theme ) {
    3939                $total_theme_count++;
    40                 $theme_key = wp_specialchars($theme['Stylesheet']);
     40                $theme_key = esc_html($theme['Stylesheet']);
    4141                $class = ('alt' == $class) ? '' : 'alt';
    4242                $class1 = $enabled = $disabled = '';
Note: See TracChangeset for help on using the changeset viewer.