Make WordPress Core


Ignore:
Timestamp:
06/11/2004 08:02:40 AM (22 years ago)
Author:
rboren
Message:

Get our slashes straight.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions-formatting.php

    r1404 r1405  
    268268
    269269function format_to_edit($content) {
    270         $content = stripslashes($content);
    271270        $content = apply_filters('format_to_edit', $content);
    272271        $content = htmlspecialchars($content);
Note: See TracChangeset for help on using the changeset viewer.