Changeset 16431 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 11/17/2010 05:12:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r16061 r16431 137 137 } 138 138 139 $content = htmlspecialchars( $content );139 $content = esc_textarea( $content ); 140 140 ?> 141 141 <?php if (isset($_GET['a'])) : ?>
Note: See TracChangeset
for help on using the changeset viewer.