Changeset 2120 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 01/23/2005 11:00:15 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r1940 r2120 74 74 $f = fopen($real_file, 'r'); 75 75 $content = fread($f, filesize($real_file)); 76 $content = wp_specialchars($content);76 $content = htmlspecialchars($content); 77 77 } 78 78
Note: See TracChangeset
for help on using the changeset viewer.