Changeset 2372 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 02/24/2005 06:13:02 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r1940 r2372 68 68 $f = fopen($real_file, 'r'); 69 69 $content = fread($f, filesize($real_file)); 70 $content = wp_specialchars($content);70 $content = htmlspecialchars($content); 71 71 } 72 72
Note: See TracChangeset
for help on using the changeset viewer.