Changeset 3156
- Timestamp:
- 11/18/05 23:27:39 (3 years ago)
- Files:
-
- trunk/wp-includes/functions-formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions-formatting.php
r3136 r3156 1000 1000 $output = $text; 1001 1001 $output = html_entity_decode($output); // undoes format_to_edit() 1002 $output = wptexturize($output);1003 1002 $output = convert_chars($output); 1004 1003 $output = wpautop($output);
