Make WordPress Core


Ignore:
Timestamp:
04/28/2009 05:58:45 AM (15 years ago)
Author:
ryan
Message:

s/attribute_escape/attr/. see #9650

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r10835 r11109  
    126126    if ($theme_name == $theme) $selected = " selected='selected'";
    127127    else $selected = '';
    128     $theme_name = attribute_escape($theme_name);
     128    $theme_name = attr($theme_name);
    129129    echo "\n\t<option value=\"$theme_name\" $selected>$theme_name</option>";
    130130}
Note: See TracChangeset for help on using the changeset viewer.