Make WordPress Core

Changeset 3156


Ignore:
Timestamp:
11/18/2005 11:27:39 PM (21 years ago)
Author:
ryan
Message:

Don't texturize for the rich editor. Props skeltoac. fixes #1909

File:
1 edited

Legend:

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

    r3136 r3156  
    10001000        $output = $text;
    10011001        $output = html_entity_decode($output); // undoes format_to_edit()
    1002         $output = wptexturize($output);
    10031002        $output = convert_chars($output);
    10041003        $output = wpautop($output);
Note: See TracChangeset for help on using the changeset viewer.