Make WordPress Core


Ignore:
Timestamp:
11/17/2010 05:12:01 PM (16 years ago)
Author:
markjaquith
Message:

esc_textarea() and application for obvious textarea escaping. props alexkingorg. fixes #15454

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugin-editor.php

    r16061 r16431  
    137137        }
    138138
    139         $content = htmlspecialchars( $content );
     139        $content = esc_textarea( $content );
    140140        ?>
    141141<?php if (isset($_GET['a'])) : ?>
Note: See TracChangeset for help on using the changeset viewer.