Changeset 1940 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 12/12/2004 08:41:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/theme-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r1881 r1940 74 74 $f = fopen($real_file, 'r'); 75 75 $content = fread($f, filesize($real_file)); 76 $content = htmlspecialchars($content);76 $content = wp_specialchars($content); 77 77 } 78 78
Note: See TracChangeset
for help on using the changeset viewer.