Make WordPress Core


Ignore:
Timestamp:
02/24/2005 06:13:02 PM (21 years ago)
Author:
ryan
Message:

Preserve entity encoding in plugin editor. http://mosquito.wordpress.org/view.php?id=957 Props: coffee2code

File:
1 edited

Legend:

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

    r1940 r2372  
    6868        $f = fopen($real_file, 'r');
    6969        $content = fread($f, filesize($real_file));
    70         $content = wp_specialchars($content);
     70        $content = htmlspecialchars($content);
    7171    }
    7272
Note: See TracChangeset for help on using the changeset viewer.