Changeset 16431 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 11/17/2010 05:12:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r16061 r16431 117 117 } 118 118 119 $content = htmlspecialchars( $content );119 $content = esc_textarea( $content ); 120 120 } 121 121
Note: See TracChangeset
for help on using the changeset viewer.