Changeset 3156

Show
Ignore:
Timestamp:
11/18/05 23:27:39 (3 years ago)
Author:
ryan
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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);